Uses of Class
dev.nm.algebra.linear.matrix.MatrixAccessException
-
-
Uses of MatrixAccessException in dev.nm.algebra.linear.matrix.doubles
Methods in dev.nm.algebra.linear.matrix.doubles that throw MatrixAccessException Modifier and Type Method Description doubleImmutableMatrix. get(int i, int j)doubleMatrixAccess. get(int i, int j)Get the matrix entry at [i,j].VectorImmutableMatrix. getColumn(int j)VectorMatrix. getColumn(int j)Get the specified column in the matrix as a vector.VectorImmutableMatrix. getRow(int i)VectorMatrix. getRow(int i)Get the specified row in the matrix as a vector.voidImmutableMatrix. set(int row, int col, double value)voidMatrixAccess. set(int i, int j, double value)Set the matrix entry at [i,j] to a value. -
Uses of MatrixAccessException in dev.nm.algebra.linear.matrix.doubles.matrixtype
Methods in dev.nm.algebra.linear.matrix.doubles.matrixtype that throw MatrixAccessException Modifier and Type Method Description doubleDefaultMatrixStorage. get(int row, int col)doublePermutationMatrix. get(int i, int j)VectorDefaultMatrixStorage. getColumn(int j)Get a column.VectorGivensMatrix. getColumn(int j)VectorPermutationMatrix. getColumn(int j)VectorDefaultMatrixStorage. getRow(int i)Get a row.VectorGivensMatrix. getRow(int i)VectorPermutationMatrix. getRow(int i)voidDefaultMatrixStorage. set(int row, int col, double value)voidPermutationMatrix. set(int i, int j, double value)Deprecated.use the swap functions instead -
Uses of MatrixAccessException in dev.nm.algebra.linear.matrix.doubles.matrixtype.dense
Methods in dev.nm.algebra.linear.matrix.doubles.matrixtype.dense that throw MatrixAccessException Modifier and Type Method Description doubleDenseData. get(int i, int j)doubleDenseMatrix. get(int i, int j)voidDenseData. set(int i, int j, double value)voidDenseMatrix. set(int i, int j, double value) -
Uses of MatrixAccessException in dev.nm.algebra.linear.matrix.doubles.matrixtype.dense.triangle
Methods in dev.nm.algebra.linear.matrix.doubles.matrixtype.dense.triangle that throw MatrixAccessException Modifier and Type Method Description doubleLowerTriangularMatrix. get(int i, int j)doubleSymmetricMatrix. get(int i, int j)doubleUpperTriangularMatrix. get(int i, int j)VectorSymmetricMatrix. getColumn(int j)VectorSymmetricMatrix. getRow(int i)voidLowerTriangularMatrix. set(int i, int j, double value)voidSymmetricMatrix. set(int row, int col, double value)voidUpperTriangularMatrix. set(int i, int j, double value) -
Uses of MatrixAccessException in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse
Methods in dev.nm.algebra.linear.matrix.doubles.matrixtype.sparse that throw MatrixAccessException Modifier and Type Method Description SparseVectorCSRSparseMatrix. getColumn(int j)SparseVectorDOKSparseMatrix. getColumn(int j)SparseVectorCSRSparseMatrix. getRow(int i)SparseVectorDOKSparseMatrix. getRow(int i) -
Uses of MatrixAccessException in dev.nm.algebra.linear.matrix.doubles.operation
Methods in dev.nm.algebra.linear.matrix.doubles.operation that throw MatrixAccessException Modifier and Type Method Description doubleColumnBindMatrix. get(int i, int j)doubleDiagonalSum. get(int i, int j)doubleFastKroneckerProduct. get(int i, int j)VectorColumnBindMatrix. getColumn(int j)VectorDiagonalSum. getColumn(int j)DenseVectorFastKroneckerProduct. getColumn(int j)VectorColumnBindMatrix. getRow(int i)VectorDiagonalSum. getRow(int i)DenseVectorFastKroneckerProduct. getRow(int i)voidColumnBindMatrix. set(int i, int j, double value)voidDiagonalSum. set(int i, int j, double value)voidElementaryOperation. set(int i, int j, double value)Deprecated.voidFastKroneckerProduct. set(int i, int j, double value)voidSubMatrixRef. set(int i, int j, double value)Deprecated.SubMatrixRef is immutable -
Uses of MatrixAccessException in dev.nm.algebra.linear.matrix.generic
Methods in dev.nm.algebra.linear.matrix.generic that throw MatrixAccessException Modifier and Type Method Description FGenericMatrixAccess. get(int i, int j)Get the matrix entry at [i,j].voidGenericMatrixAccess. set(int i, int j, F value)Set the matrix entry at [i,j] to a value. -
Uses of MatrixAccessException in dev.nm.algebra.linear.matrix.generic.matrixtype
Methods in dev.nm.algebra.linear.matrix.generic.matrixtype that throw MatrixAccessException Modifier and Type Method Description FGenericFieldMatrix. get(int row, int col)voidGenericFieldMatrix. set(int row, int col, F value) -
Uses of MatrixAccessException in dev.nm.misc.datastructure
Methods in dev.nm.misc.datastructure that throw MatrixAccessException Modifier and Type Method Description VectorFlexibleTable. getColumn(int col)VectorFlexibleTable. getRow(int row)
-