- add(double, DMatrixSparseCSC, double, DMatrixSparseCSC, DMatrixSparseCSC, IGrowArray, DGrowArray) - Static method in class org.ejml.sparse.csc.CommonOps_DSCC
-
Performs matrix addition:
C = αA + βB
- add(double, DMatrixSparseCSC, double, DMatrixSparseCSC, DMatrixSparseCSC, IGrowArray, DGrowArray) - Static method in class org.ejml.sparse.csc.misc.ImplCommonOps_DSCC
-
Performs matrix addition:
C = αA + βB
- addColAppend(double, DMatrixSparseCSC, int, double, DMatrixSparseCSC, int, DMatrixSparseCSC, IGrowArray) - Static method in class org.ejml.sparse.csc.misc.ImplCommonOps_DSCC
-
Adds the results of adding a column in A and B as a new column in C.
C(:,end+1) = α*A(:,colA) + β*B(:,colB)
- addRowsInAInToC(DMatrixSparseCSC, int, DMatrixSparseCSC, int, int[]) - Static method in class org.ejml.sparse.csc.mult.ImplSparseSparseMult_DSCC
-
Adds rows to C[*,colC] that are in A[*,colA] as long as they are marked in w.
- adjust(IGrowArray, int) - Static method in class org.ejml.sparse.csc.misc.TriangularSolver_DSCC
-
Resizes the array to ensure that it is at least of length desired and returns its internal array
- adjust(IGrowArray, int, int) - Static method in class org.ejml.sparse.csc.misc.TriangularSolver_DSCC
-
- adjust(DGrowArray, int) - Static method in class org.ejml.sparse.csc.misc.TriangularSolver_DSCC
-
Resizes the array to ensure that it is at least of length desired and returns its internal array
- adjustClear(IGrowArray, int) - Static method in class org.ejml.sparse.csc.misc.TriangularSolver_DSCC
-
- apply(DMatrixSparseCSC) - Method in class org.ejml.sparse.csc.misc.ApplyFillReductionPermutation
-
Computes and applies the fill reduction permutation.
- ApplyFillReductionPermutation - Class in org.ejml.sparse.csc.misc
-
Applies the fill reduction row pivots to the input matrix to reduce fill in during decomposition/solve.
- ApplyFillReductionPermutation(ComputePermutation<DMatrixSparseCSC>, boolean) - Constructor for class org.ejml.sparse.csc.misc.ApplyFillReductionPermutation
-
- applyHouseholder(DMatrixSparseCSC, int, double, double[]) - Static method in class org.ejml.sparse.csc.decomposition.qr.QrHelperFunctions_DSCC
-
Applies a sparse Householder vector to a dense vector.