Class MatrixOperations#
Defined in File MatrixOperations.hh
Class Documentation#
-
class MatrixOperations#
The collection of the static methods for matrices.
Public Static Functions
-
static int invert(double **a, int n)#
Inverts the 2D array as a matrix.
-
static int mult(PhaseVector *v, Matrix *mtrx, PhaseVector *v_res)#
Multiplies a vector with the transposed matrix.
-
static int mult(Matrix *mtrx, PhaseVector *v, PhaseVector *v_res)#
Multiplies a vector with the matrix.
-
static int invert(double **a, int n)#