Index
All Classes|All Packages|Constant Field Values
F
- FileManager - Class in linalg.util
-
This class provides several methods for loading and saving matrices to/from a file.
- fip(Matrix) - Method in class linalg.Vector
-
Computes the Frobenius inner product of two matrices A and B,
<A, B>
F. - flatten() - Method in class linalg.Vector
-
Flattens an
MxN
matrix to a 1x(m*n) matrix. - flatten(int) - Method in class linalg.Vector
-
Flattens an
MxN
matrix to a 1x(m*n) or (m*n)x1 matrix depending on axis. - flatten(CNumber[][]) - Static method in class linalg.util.LinAlgArrayUtils
- floatImaginaryValue() - Method in class linalg.complex_number.CNumber
-
Note: This method may result in loss of accuracy
- floatValue() - Method in class linalg.complex_number.CNumber
-
Note: This method may result in loss of accuracy
- forwardSolve(Matrix, Vector) - Static method in class linalg.Solvers
-
Performs forward substitution for a unit lower triangular matrix L and a vector b.
All Classes|All Packages|Constant Field Values