- add(int, int, double) - Method in class ch.akuhn.matrix.DenseMatrix
-
- add(int, int, double) - Method in class ch.akuhn.matrix.Matrix
-
Add to the value at the given row/column
- add(int, int, double) - Method in class ch.akuhn.matrix.SparseMatrix
-
- add(int, double) - Method in class ch.akuhn.matrix.SparseVector
-
- add(int, double) - Method in class ch.akuhn.matrix.Vector
-
Add the given value to the value at the given index
- addColumn() - Method in class ch.akuhn.matrix.SparseMatrix
-
Add a new column to the end, increasing the number of columns by 1
- addRow() - Method in class ch.akuhn.matrix.SparseMatrix
-
Add a new row to the end, increasing the number of rows by 1
- addRow(double[]) - Method in class ch.akuhn.matrix.SparseMatrix
-
- addToRow(int, Vector) - Method in class ch.akuhn.matrix.SparseMatrix
-
Add the given values to the given row
- AllEigenvalues - Class in ch.akuhn.matrix.eigenvalues
-
Finds all eigenvalues of a matrix.
- AllEigenvalues(Matrix) - Constructor for class ch.akuhn.matrix.eigenvalues.AllEigenvalues
-
Construct with the given matrix
- applyCentering() - Method in class ch.akuhn.matrix.Vector
-
mean-center the vector
- applyMultiplication(double) - Method in class ch.akuhn.matrix.DenseMatrix
-
Inline multiplication by a constant
- asArray() - Method in class ch.akuhn.matrix.Matrix
-
Get the matrix data as a 2D dense array
- asColumnMajorArray() - Method in class ch.akuhn.matrix.Matrix
-
Get in col-major format
- asDenseDoubleDouble() - Method in class ch.akuhn.matrix.SparseMatrix
-
Convert to a dense 2d double array
- assertInvariant() - Method in class ch.akuhn.matrix.DenseMatrix
-
- assertInvariant() - Method in class ch.akuhn.matrix.SymmetricMatrix
-