Uses of Interface
org.apache.commons.math.linear.BigMatrix
Packages that use BigMatrix
-
Uses of BigMatrix in org.apache.commons.math.linear
Classes in org.apache.commons.math.linear that implement BigMatrixMethods in org.apache.commons.math.linear that return BigMatrixModifier and TypeMethodDescriptionDeprecated.Compute the sum of this and m.Deprecated.Compute the sum of this andm
.BigMatrix.copy()
Deprecated.Returns a (deep) copy of this.BigMatrixImpl.copy()
Deprecated.Create a new BigMatrix which is a copy of this.static BigMatrix
MatrixUtils.createBigIdentityMatrix
(int dimension) Deprecated.since 2.0, replaced byMatrixUtils.createFieldIdentityMatrix(Field, int)
static BigMatrix
MatrixUtils.createBigMatrix
(double[][] data) Deprecated.since 2.0 replaced byMatrixUtils.createFieldMatrix(FieldElement[][])
static BigMatrix
MatrixUtils.createBigMatrix
(String[][] data) Deprecated.since 2.0 replaced byMatrixUtils.createFieldMatrix(FieldElement[][])
static BigMatrix
MatrixUtils.createBigMatrix
(BigDecimal[][] data) Deprecated.since 2.0 replaced byMatrixUtils.createFieldMatrix(FieldElement[][])
static BigMatrix
MatrixUtils.createBigMatrix
(BigDecimal[][] data, boolean copyArray) Deprecated.since 2.0 replaced byMatrixUtils.createFieldMatrix(FieldElement[][])
static BigMatrix
MatrixUtils.createColumnBigMatrix
(double[] columnData) Deprecated.since 2.0 replaced byMatrixUtils.createColumnFieldMatrix(FieldElement[])
static BigMatrix
MatrixUtils.createColumnBigMatrix
(String[] columnData) Deprecated.since 2.0 replaced byMatrixUtils.createColumnFieldMatrix(FieldElement[])
static BigMatrix
MatrixUtils.createColumnBigMatrix
(BigDecimal[] columnData) Deprecated.since 2.0 replaced byMatrixUtils.createColumnFieldMatrix(FieldElement[])
static BigMatrix
MatrixUtils.createRowBigMatrix
(double[] rowData) Deprecated.since 2.0 replaced byMatrixUtils.createRowFieldMatrix(FieldElement[])
static BigMatrix
MatrixUtils.createRowBigMatrix
(String[] rowData) Deprecated.since 2.0 replaced byMatrixUtils.createRowFieldMatrix(FieldElement[])
static BigMatrix
MatrixUtils.createRowBigMatrix
(BigDecimal[] rowData) Deprecated.since 2.0 replaced byMatrixUtils.createRowFieldMatrix(FieldElement[])
BigMatrix.getColumnMatrix
(int column) Deprecated.Returns the entries in column numbercolumn
as a column matrix.BigMatrixImpl.getColumnMatrix
(int column) Deprecated.Returns the entries in column numbercolumn
as a column matrix.protected BigMatrix
BigMatrixImpl.getLUMatrix()
Deprecated.Returns the LU decomposition as a BigMatrix.BigMatrix.getRowMatrix
(int row) Deprecated.Returns the entries in row numberrow
as a row matrix.BigMatrixImpl.getRowMatrix
(int row) Deprecated.Returns the entries in row numberrow
as a row matrix.BigMatrix.getSubMatrix
(int[] selectedRows, int[] selectedColumns) Deprecated.Gets a submatrix.BigMatrix.getSubMatrix
(int startRow, int endRow, int startColumn, int endColumn) Deprecated.Gets a submatrix.BigMatrixImpl.getSubMatrix
(int[] selectedRows, int[] selectedColumns) Deprecated.Gets a submatrix.BigMatrixImpl.getSubMatrix
(int startRow, int endRow, int startColumn, int endColumn) Deprecated.Gets a submatrix.BigMatrix.inverse()
Deprecated.Returns the inverse of this matrix.BigMatrixImpl.inverse()
Deprecated.Returns the inverse matrix if this matrix is invertible.Deprecated.Returns the result of postmultiplying this by m.Deprecated.Returns the result of postmultiplying this bym
.BigMatrix.preMultiply
(BigMatrix m) Deprecated.Returns the result premultiplying this bym
.BigMatrixImpl.preMultiply
(BigMatrix m) Deprecated.Returns the result premultiplying this bym
.BigMatrix.scalarAdd
(BigDecimal d) Deprecated.Returns the result of adding d to each entry of this.BigMatrixImpl.scalarAdd
(BigDecimal d) Deprecated.Returns the result of adding d to each entry of this.BigMatrix.scalarMultiply
(BigDecimal d) Deprecated.Returns the result multiplying each entry of this by d.BigMatrixImpl.scalarMultiply
(BigDecimal d) Deprecated.Returns the result of multiplying each entry of this byd
Deprecated.Returns a matrix of (column) solution vectors for linear systems with coefficient matrix = this and constant vectors = columns ofb
.Deprecated.Returns a matrix of (column) solution vectors for linear systems with coefficient matrix = this and constant vectors = columns ofb
.Deprecated.Compute this minus m.Deprecated.Compute this minusm
.BigMatrix.transpose()
Deprecated.Returns the transpose of this matrix.BigMatrixImpl.transpose()
Deprecated.Returns the transpose matrix.Methods in org.apache.commons.math.linear with parameters of type BigMatrixModifier and TypeMethodDescriptionDeprecated.Compute the sum of this and m.Deprecated.Compute the sum of this andm
.Deprecated.Returns the result of postmultiplying this by m.Deprecated.Returns the result of postmultiplying this bym
.BigMatrix.preMultiply
(BigMatrix m) Deprecated.Returns the result premultiplying this bym
.BigMatrixImpl.preMultiply
(BigMatrix m) Deprecated.Returns the result premultiplying this bym
.Deprecated.Returns a matrix of (column) solution vectors for linear systems with coefficient matrix = this and constant vectors = columns ofb
.Deprecated.Returns a matrix of (column) solution vectors for linear systems with coefficient matrix = this and constant vectors = columns ofb
.Deprecated.Compute this minus m.Deprecated.Compute this minusm
.
Array2DRowFieldMatrix
with aBigReal
parameter