Index
All Classes|All Packages|Constant Field Values
G
- get(int, int) - Method in class linalg.Matrix
-
Gets value from specified location from this matrix.
- getAsDouble(int, int) - Method in class linalg.Matrix
-
Gets value at specified location from this matrix converted to a double.
- getCol(int) - Method in class linalg.Matrix
-
Extracts column from matrix.
- getColAsVector(int) - Method in class linalg.Matrix
-
Extracts column vector from matrix.
- getDims(CNumber[][]) - Static method in class linalg.util.LinAlgArrayUtils
- getEntries() - Method in class linalg.Vector
- getImaginary() - Method in class linalg.complex_number.CNumber
- getReal() - Method in class linalg.complex_number.CNumber
- getRow(int) - Method in class linalg.Matrix
-
Extracts row from matrix.
- getRowAsVector(int) - Method in class linalg.Matrix
-
Extracts column vector from matrix.
- getSection(CNumber[][], int, int, int, int) - Static method in class linalg.util.LinAlgArrayUtils
- getSlice(int, int, int, int) - Method in class linalg.Matrix
-
Gets a slice of a matrix.
- getValues() - Method in class linalg.Matrix
-
Gets values from matrix.
- getValuesAsDouble() - Method in class linalg.Matrix
-
Gets values from matrix converted to doubles.
- group(CNumber[]) - Static method in class linalg.util.LinAlgArrayUtils
All Classes|All Packages|Constant Field Values