The F01 type exposes the following members.

Methods

  NameDescription
f01ed
f01ed computes the matrix exponential, eA, of a real symmetric n by n matrix A.
f01ef
f01ef computes the matrix function, fA, of a real symmetric n by n matrix A. fA must also be a real symmetric matrix.
f01fc
f01fc computes the matrix exponential, eA, of a complex n by n matrix A.
f01fd
f01fd computes the matrix exponential, eA, of a complex Hermitian n by n matrix A.
f01ff
f01ff computes the matrix function, fA, of a complex Hermitian n by n matrix A. fA must also be a complex Hermitian matrix.
f01va
f01va copies a real triangular matrix stored in full format in a two-dimensional array to a standard packed format in a one-dimensional array. Packed storage format is described in [] in the F07 class Chapter Introduction.
f01vb
f01vb copies a complex triangular matrix stored in full format in a two-dimensional array to packed format in a one-dimensional array. Packed storage format is described in [] in the F07 class Chapter Introduction.
f01vc
f01vc unpacks a real triangular matrix, stored in packed format in a one-dimensional array, to full format in a two-dimensional array. Packed storage format is described in [] in the F07 class Chapter Introduction.
f01vd
f01vd unpacks a complex triangular matrix, stored in packed format in a one-dimensional array, to full format in a two-dimensional array. Packed storage format is described in [] in the F07 class Chapter Introduction.
f01ve
f01ve copies a real triangular matrix stored in full format in a two-dimensional array to Rectangular Full Packed (RFP) format. The RFP storage format is described in [] in the F07 class Chapter Introduction.
f01vf
f01vf copies a complex triangular matrix stored full format in a two-dimensional array to Rectangular Full Packed (RFP) format. The RFP storage format is described in [] in the F07 class Chapter Introduction.
f01vg
f01vg unpacks a real triangular matrix stored in Rectangular Full Packed (RFP) format to full format in a two-dimensional array. The RFP storage format is described in [] in the F07 class Chapter Introduction.
f01vh
f01vh unpacks a complex triangular matrix stored in Rectangular Full Packed (RFP) format to full format in a two-dimensional array. The RFP storage format is described in [] in the F07 class Chapter Introduction.
f01vj
f01vj copies a real triangular matrix stored in packed format to Rectangular Full Packed (RFP) format. The RFP storage format is described in [] in the F07 class Chapter Introduction and the packed storage format is described in [] in the F07 class Chapter Introduction.
f01vk
f01vk copies a complex triangular matrix stored in packed format to Rectangular Full Packed (RFP) format. The RFP storage format is described in [] in the F07 class Chapter Introduction and the packed storage format is described in [] in the F07 class Chapter Introduction.
f01vl
f01vl copies a real triangular matrix stored in a Rectangular Full Packed (RFP) format to packed format. The RFP storage format is described in [] in the F07 class Chapter Introduction and the packed storage format is described in [] in the F07 class Chapter Introduction.
f01vm
f01vm copies a complex triangular matrix stored in a Rectangular Full Packed (RFP) format to packed format. The RFP storage format is described in [] in the F07 class Chapter Introduction and the packed storage format is described in [] in the F07 class Chapter Introduction.

See Also