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.
f01vb
f01vb copies a complex triangular matrix, stored in full format in a two-dimensional array, to packed format in a one-dimensional array.
f01vc
f01vc unpacks a real triangular matrix, stored in packed format in a one-dimensional array, to full format in a two-dimensional array.
f01vd
f01vd unpacks a complex triangular matrix, stored in packed format in a one-dimensional array, to full format in a two-dimensional array.
f01ve
f01ve copies a real triangular matrix, stored in full format in a two-dimensional array, to Rectangular Full Packed (RFP) format.
f01vf
f01vf copies a complex triangular matrix, stored in full format in a two-dimensional array, to Rectangular Full Packed (RFP) format.
f01vg
f01vg unpacks a real triangular matrix, stored in Rectangular Full Packed (RFP) format, to full format in a two-dimensional array.
f01vh
f01vh unpacks a complex triangular matrix, stored in Rectangular Full Packed (RFP) format, to full format in a two-dimensional array.
f01vj
f01vj copies a real triangular matrix, stored in packed format, to Rectangular Full Packed (RFP) format.
f01vk
f01vk copies a complex triangular matrix, stored in packed format, to Rectangular Full Packed (RFP) format.
f01vl
f01vl copies a real triangular matrix, stored in a Rectangular Full Packed (RFP) format, to packed format.
f01vm
f01vm copies a complex triangular matrix, stored in a Rectangular Full Packed (RFP) format, to packed format.

See Also