Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abs() - Method in class org.flag4j.arrays.sparse.CooCVector
-
Computes the element-wise absolute value/magnitude of a tensor.
- abs() - Method in class org.flag4j.complex_numbers.CNumber
-
Computes the absolute value / magnitude of a complex number.
- abs() - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
-
Computes the element-wise absolute value/magnitude of a tensor.
- abs() - Method in class org.flag4j.core.dense_base.RealDenseTensorBase
- abs() - Method in class org.flag4j.core.sparse_base.ComplexSparseTensorBase
- abs() - Method in class org.flag4j.core.sparse_base.RealSparseTensorBase
- abs() - Method in interface org.flag4j.core.TensorOperationsMixin
-
Computes the element-wise absolute value/magnitude of a tensor.
- abs(double[]) - Static method in class org.flag4j.operations.common.real.RealOperations
-
Computes the element-wise absolute value of a tensor.
- abs(CNumber[]) - Static method in class org.flag4j.operations.common.complex.ComplexOperations
-
Computes the element-wise absolute value of a tensor.
- accept(T, U, V) - Method in interface org.flag4j.concurrency.ThreadManager.TriConsumer
- acos(double) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the inverse cosine of a value.
- acos(CNumber) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the inverse cosine of a complex value.
- add(double) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Adds specified value to all entries of this tensor.
- add(double) - Method in class org.flag4j.arrays.sparse.CooCTensor
-
Adds specified value to all entries of this tensor.
- add(double) - Method in class org.flag4j.arrays.sparse.CooCVector
-
Adds specified value to all entries of this tensor.
- add(double) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Adds specified value to all entries of this tensor.
- add(double) - Method in class org.flag4j.arrays.sparse.CooTensor
-
Adds specified value to all entries of this tensor.
- add(double) - Method in class org.flag4j.arrays.sparse.CooVector
-
Adds specified value to all entries of this tensor.
- add(double) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Adds specified value to all entries of this tensor.
- add(double) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Adds specified value to all entries of this tensor.
- add(double) - Method in class org.flag4j.complex_numbers.CNumber
-
Adds a double to a complex number.
- add(double) - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
-
Adds specified value to all entries of this tensor.
- add(double) - Method in class org.flag4j.core.dense_base.RealDenseTensorBase
- add(double) - Method in interface org.flag4j.core.TensorOperationsMixin
-
Adds specified value to all entries of this tensor.
- add(double[], double) - Static method in class org.flag4j.operations.dense.real.RealDenseOperations
-
Adds a scalar to every element of a tensor.
- add(double[], CNumber) - Static method in class org.flag4j.operations.dense.complex.ComplexDenseOperations
-
Adds a scalar value to all entries of a tensor.
- add(double[], CNumber) - Static method in class org.flag4j.operations.dense.real_complex.RealComplexDenseVectorOperations
-
Adds a scalar value to all entries of a tensor.
- add(double[], Shape, double[], Shape) - Static method in class org.flag4j.operations.dense.real.RealDenseOperations
-
Computes the element-wise addition of two tensors.
- add(CMatrix) - Method in class org.flag4j.arrays.dense.Matrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CMatrix) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CMatrix) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CMatrix) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CMatrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CMatrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Computes the element-wise addition between two tensors of the same rank.
- add(CMatrix, CooCMatrix) - Static method in class org.flag4j.operations.dense_sparse.coo.complex.ComplexDenseSparseMatrixOperations
-
Adds a real dense matrix to a real sparse matrix.
- add(CMatrix, CooMatrix) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseMatrixOperations
-
Adds a real dense matrix to a real sparse matrix.
- add(CTensor) - Method in class org.flag4j.arrays.dense.Tensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(CTensor) - Method in class org.flag4j.arrays.sparse.CooCTensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(CTensor) - Method in class org.flag4j.arrays.sparse.CooTensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(CTensor) - Method in interface org.flag4j.core.TensorExclusiveMixin
-
Computes the element-wise addition between two tensors of the same rank.
- add(CTensor, CooCTensor) - Static method in class org.flag4j.operations.dense_sparse.coo.complex.ComplexDenseSparseOperations
-
Computes element-wise addition of a complex dense tensor with a complex sparse tensor.
- add(CTensor, CooTensor) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseOperations
-
Adds a dense complex tensor to a real sparse tensor.
- add(CVector) - Method in class org.flag4j.arrays.dense.Vector
-
Computes the element-wise addition between this vector and the specified vector.
- add(CVector) - Method in class org.flag4j.arrays.sparse.CooCVector
-
Computes the element-wise addition between this vector and the specified vector.
- add(CVector) - Method in class org.flag4j.arrays.sparse.CooVector
-
Computes the element-wise addition between this vector and the specified vector.
- add(CVector) - Method in interface org.flag4j.core.VectorOperationsMixin
-
Computes the element-wise addition between this vector and the specified vector.
- add(CVector, CooCVector) - Static method in class org.flag4j.operations.dense_sparse.coo.complex.ComplexDenseSparseVectorOperations
-
Computes the element-wise addition between a dense complex vector and sparse complex vectors.
- add(CVector, CooVector) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseVectorOperations
-
Adds a complex dense matrix to a real sparse matrix.
- add(Matrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Computes the element-wise addition between two matrices.
- add(Matrix) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Computes the element-wise addition between two matrices.
- add(Matrix) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Computes the element-wise addition between two matrices.
- add(Matrix) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Computes the element-wise addition between two matrices.
- add(Matrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Computes the element-wise addition between two matrices.
- add(Matrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Computes the element-wise addition between two matrices.
- add(Matrix, CooCMatrix) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseMatrixOperations
-
Adds a real dense matrix to a complex sparse matrix.
- add(Matrix, CooMatrix) - Static method in class org.flag4j.operations.dense_sparse.coo.real.RealDenseSparseMatrixOperations
-
Adds a real dense matrix to a real sparse matrix.
- add(Tensor) - Method in class org.flag4j.arrays.dense.CTensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(Tensor) - Method in class org.flag4j.arrays.sparse.CooCTensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(Tensor) - Method in class org.flag4j.arrays.sparse.CooTensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(Tensor) - Method in interface org.flag4j.core.TensorExclusiveMixin
-
Computes the element-wise addition between two tensors of the same rank.
- add(Tensor, CooCTensor) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseOperations
-
Adds a real dense tensor to a sparse complex tensor.
- add(Tensor, CooTensor) - Static method in class org.flag4j.operations.dense_sparse.coo.real.RealDenseSparseTensorOperations
-
Adds a real dense tensor to a real sparse tensor.
- add(Vector) - Method in class org.flag4j.arrays.dense.CVector
-
Computes the element-wise addition between this vector and the specified vector.
- add(Vector) - Method in class org.flag4j.arrays.sparse.CooCVector
-
Computes the element-wise addition between this vector and the specified vector.
- add(Vector) - Method in class org.flag4j.arrays.sparse.CooVector
-
Computes the element-wise addition between this vector and the specified vector.
- add(Vector) - Method in interface org.flag4j.core.VectorOperationsMixin
-
Computes the element-wise addition between this vector and the specified vector.
- add(Vector, CooCVector) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseVectorOperations
-
Adds a real dense matrix to a complex sparse matrix.
- add(Vector, CooVector) - Static method in class org.flag4j.operations.dense_sparse.coo.real.RealDenseSparseVectorOperations
-
Adds a real dense vector to a real sparse vector.
- add(CooCMatrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCMatrix) - Method in class org.flag4j.arrays.dense.Matrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCMatrix) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCMatrix) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCMatrix) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCMatrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCMatrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCMatrix, double) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexSparseMatrixOperations
-
Adds a double all entries (including zero values) of a complex sparse matrix.
- add(CooCMatrix, CooCMatrix) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexSparseMatrixOperations
-
Adds two real sparse matrices.
- add(CooCMatrix, CooMatrix) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexSparseMatrixOperations
-
Adds a real sparse matrix to a complex sparse matrix.
- add(CooCMatrix, CNumber) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexSparseMatrixOperations
-
Adds a complex number to all entries (including zero values) of a complex sparse matrix.
- add(CooCTensor) - Method in class org.flag4j.arrays.dense.CTensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCTensor) - Method in class org.flag4j.arrays.dense.Tensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCTensor) - Method in class org.flag4j.arrays.sparse.CooCTensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCTensor) - Method in class org.flag4j.arrays.sparse.CooTensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCTensor) - Method in interface org.flag4j.core.TensorExclusiveMixin
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCTensor, double) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseOperations
-
Adds a scalar to a real sparse COO tensor.
- add(CooCTensor, CooCTensor) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexCooTensorOperations
-
Sums two complex sparse COO tensors and stores result in a new COO tensor.
- add(CooCTensor, CooTensor) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexCooTensorOperations
-
Sums two sparse COO tensors and stores result in a new COO tensor.
- add(CooCTensor, CNumber) - Static method in class org.flag4j.operations.dense_sparse.coo.complex.ComplexDenseSparseOperations
-
Adds a scalar to a complex sparse COO tensor.
- add(CooCVector) - Method in class org.flag4j.arrays.dense.CVector
-
Computes the element-wise addition between this vector and the specified vector.
- add(CooCVector) - Method in class org.flag4j.arrays.dense.Vector
-
Computes the element-wise addition between this vector and the specified vector.
- add(CooCVector) - Method in class org.flag4j.arrays.sparse.CooCVector
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooCVector) - Method in class org.flag4j.arrays.sparse.CooVector
-
Computes the element-wise addition between this vector and the specified vector.
- add(CooCVector) - Method in interface org.flag4j.core.VectorOperationsMixin
-
Computes the element-wise addition between this vector and the specified vector.
- add(CooCVector, double) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexSparseVectorOperations
-
Adds a real number to each entry of a sparse vector, including the zero entries.
- add(CooCVector, double) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexSparseVectorOperations
-
Adds a real number to each entry of a sparse vector, including the zero entries.
- add(CooCVector, CooCVector) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexSparseVectorOperations
-
Computes the element-wise vector addition between two real sparse vectors.
- add(CooCVector, CooVector) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexSparseVectorOperations
-
Computes the element-wise vector addition between a real sparse vector and a complex sparse vector.
- add(CooCVector, CNumber) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexSparseVectorOperations
-
Adds a real number to each entry of a sparse vector, including the zero entries.
- add(CooMatrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooMatrix) - Method in class org.flag4j.arrays.dense.Matrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooMatrix) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooMatrix) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooMatrix) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooMatrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Computes the element-wise addition between two sparse matrices.
- add(CooMatrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooMatrix, double) - Static method in class org.flag4j.operations.sparse.coo.real.RealSparseMatrixOperations
-
Adds a double all entries (including zero values) of a real sparse matrix.
- add(CooMatrix, CooMatrix) - Static method in class org.flag4j.operations.sparse.coo.real.RealSparseMatrixOperations
-
Adds two real sparse matrices.
- add(CooMatrix, CNumber) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexSparseMatrixOperations
-
Adds a complex number to all entries (including zero values) of a real sparse matrix.
- add(CooTensor) - Method in class org.flag4j.arrays.dense.CTensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooTensor) - Method in class org.flag4j.arrays.dense.Tensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooTensor) - Method in class org.flag4j.arrays.sparse.CooCTensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooTensor) - Method in class org.flag4j.arrays.sparse.CooTensor
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooTensor) - Method in interface org.flag4j.core.TensorExclusiveMixin
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooTensor, double) - Static method in class org.flag4j.operations.dense_sparse.coo.real.RealDenseSparseTensorOperations
-
Adds a scalar to a real sparse COO tensor.
- add(CooTensor, CooTensor) - Static method in class org.flag4j.operations.sparse.coo.real.RealCooTensorOperations
-
Sums two sparse COO tensors and stores result in a new COO tensor.
- add(CooTensor, CNumber) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseOperations
-
Adds a scalar to a real sparse COO tensor.
- add(CooVector) - Method in class org.flag4j.arrays.dense.CVector
-
Computes the element-wise addition between this vector and the specified vector.
- add(CooVector) - Method in class org.flag4j.arrays.dense.Vector
-
Computes the element-wise addition between this vector and the specified vector.
- add(CooVector) - Method in class org.flag4j.arrays.sparse.CooCVector
-
Computes the element-wise addition between this vector and the specified vector.
- add(CooVector) - Method in class org.flag4j.arrays.sparse.CooVector
-
Computes the element-wise addition between two tensors of the same rank.
- add(CooVector) - Method in interface org.flag4j.core.VectorOperationsMixin
-
Computes the element-wise addition between this vector and the specified vector.
- add(CooVector, double) - Static method in class org.flag4j.operations.sparse.coo.real.RealSparseVectorOperations
-
Adds a real number to each entry of a sparse vector, including the zero entries.
- add(CooVector, CooVector) - Static method in class org.flag4j.operations.sparse.coo.real.RealSparseVectorOperations
-
Computes the element-wise vector addition between two real sparse vectors.
- add(CooVector, CNumber) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexSparseVectorOperations
-
Adds a real number to each entry of a sparse vector, including the zero entries.
- add(CsrCMatrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrCMatrix) - Method in class org.flag4j.arrays.dense.Matrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrCMatrix) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrCMatrix) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrCMatrix) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrCMatrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrCMatrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrMatrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrMatrix) - Method in class org.flag4j.arrays.dense.Matrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrMatrix) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrMatrix) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrMatrix) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrMatrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Computes the element-wise addition between two tensors of the same rank.
- add(CsrMatrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Computes the element-wise addition between two tensors of the same rank.
- add(CNumber) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Adds specified value to all entries of this tensor.
- add(CNumber) - Method in class org.flag4j.arrays.sparse.CooCTensor
-
Adds specified value to all entries of this tensor.
- add(CNumber) - Method in class org.flag4j.arrays.sparse.CooCVector
-
Adds specified value to all entries of this tensor.
- add(CNumber) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Adds specified value to all entries of this tensor.
- add(CNumber) - Method in class org.flag4j.arrays.sparse.CooTensor
-
Adds specified value to all entries of this tensor.
- add(CNumber) - Method in class org.flag4j.arrays.sparse.CooVector
-
Adds specified value to all entries of this tensor.
- add(CNumber) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Adds specified value to all entries of this tensor.
- add(CNumber) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Adds specified value to all entries of this tensor.
- add(CNumber) - Method in class org.flag4j.complex_numbers.CNumber
-
Adds two complex numbers.
- add(CNumber) - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
-
Adds specified value to all entries of this tensor.
- add(CNumber) - Method in class org.flag4j.core.dense_base.RealDenseTensorBase
-
Adds specified value to all entries of this tensor.
- add(CNumber) - Method in interface org.flag4j.core.TensorOperationsMixin
-
Adds specified value to all entries of this tensor.
- add(CNumber[], double) - Static method in class org.flag4j.operations.dense.real_complex.RealComplexDenseOperations
-
Adds a scalar value to all entries of a tensor.
- add(CNumber[], CNumber) - Static method in class org.flag4j.operations.dense.complex.ComplexDenseOperations
-
Adds a scalar value to all entries of a tensor.
- add(CNumber[], Shape, double[], Shape) - Static method in class org.flag4j.operations.dense.real_complex.RealComplexDenseOperations
-
Computes the element-wise addition of two tensors.
- add(CNumber[], Shape, CNumber[], Shape) - Static method in class org.flag4j.operations.dense.complex.ComplexDenseOperations
-
Computes the element-wise addition of two tensors.
- add(T) - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
-
Computes the element-wise addition between two tensors of the same rank.
- add(T) - Method in class org.flag4j.core.dense_base.RealDenseTensorBase
- add(T) - Method in interface org.flag4j.core.TensorOperationsMixin
-
Computes the element-wise addition between two tensors of the same rank.
- addEq(double[], double) - Static method in class org.flag4j.operations.dense.real.RealDenseOperations
-
Adds a scalar from each entry of this tensor and stores the result in the tensor.
- addEq(double[], Shape, double[], Shape) - Static method in class org.flag4j.operations.dense.real.RealDenseOperations
-
Computes element-wise addition between tensors and stores the result in the first tensor.
- addEq(Double) - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
-
Subtracts a specified value from all entries of this tensor and stores the result in this tensor.
- addEq(Double) - Method in interface org.flag4j.core.dense_base.DenseMixin
-
Subtracts a specified value from all entries of this tensor and stores the result in this tensor.
- addEq(Double) - Method in class org.flag4j.core.dense_base.RealDenseTensorBase
- addEq(CMatrix, CooCMatrix) - Static method in class org.flag4j.operations.dense_sparse.coo.complex.ComplexDenseSparseMatrixOperations
-
Adds a complex dense matrix to a real sparse matrix and stores the result in the first matrix.
- addEq(CMatrix, CooMatrix) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseMatrixOperations
-
Adds a complex dense matrix to a real sparse matrix and stores the result in the first matrix.
- addEq(CTensor, CooCTensor) - Static method in class org.flag4j.operations.dense_sparse.coo.complex.ComplexDenseSparseOperations
-
Computes element-wise addition of a complex dense tensor with a complex sparse tensor.
- addEq(CTensor, CooTensor) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseOperations
-
Computes element-wise addition between a complex dense tensor and a real sparse tensor.
- addEq(CVector, CooCVector) - Static method in class org.flag4j.operations.dense_sparse.coo.complex.ComplexDenseSparseVectorOperations
-
Computes the element-wise addition between a dense complex vector and sparse complex vectors.
- addEq(CVector, CooVector) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseVectorOperations
-
Computes the vector addition between a dense complex vector and a sparse real vector.
- addEq(Matrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Computes the element-wise addition of a matrix with a real dense matrix.
- addEq(Matrix) - Method in interface org.flag4j.core.dense_base.DenseMatrixMixin
-
Computes the element-wise addition of a matrix with a real dense matrix.
- addEq(Matrix, CooMatrix) - Static method in class org.flag4j.operations.dense_sparse.coo.real.RealDenseSparseMatrixOperations
-
Adds a real dense matrix to a real sparse matrix and stores the result in the first matrix.
- addEq(Tensor) - Method in class org.flag4j.arrays.dense.CTensor
-
Computes the element-wise addition of two tensors of the same rank and stores the result in this tensor.
- addEq(Tensor) - Method in class org.flag4j.arrays.sparse.CooCTensor
-
Computes the element-wise addition of two tensors of the same rank and stores the result in this tensor.
- addEq(Tensor) - Method in interface org.flag4j.core.ComplexTensorExclusiveMixin
-
Computes the element-wise addition of two tensors of the same rank and stores the result in this tensor.
- addEq(Tensor) - Method in interface org.flag4j.core.dense_base.DenseTensorMixin
-
Computes the element-wise addition between this tensor and the specified tensor and stores the result in this tensor.
- addEq(Tensor, CooTensor) - Static method in class org.flag4j.operations.dense_sparse.coo.real.RealDenseSparseTensorOperations
-
Adds a real dense tensor to a real sparse tensor and stores the result in the first tensor.
- addEq(Vector) - Method in class org.flag4j.arrays.dense.CVector
-
Computes the element-wise addition between this vector and the specified vector and stores the result in this vector.
- addEq(Vector) - Method in interface org.flag4j.core.dense_base.DenseVectorMixin
-
Computes the element-wise addition between this vector and the specified vector and stores the result in this vector.
- addEq(Vector, CooVector) - Static method in class org.flag4j.operations.dense_sparse.coo.real.RealDenseSparseVectorOperations
-
Adds a real dense vector to a real sparse vector and stores the result in the first vector.
- addEq(CooCMatrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Adds a complex sparse matrix to this matrix and stores the result in this matrix.
- addEq(CooCTensor) - Method in class org.flag4j.arrays.dense.CTensor
-
Computes the element-wise addition of two tensors of the same rank and stores the result in this tensor.
- addEq(CooCTensor) - Method in class org.flag4j.arrays.sparse.CooCTensor
-
Computes the element-wise addition of two tensors of the same rank and stores the result in this tensor.
- addEq(CooCTensor) - Method in interface org.flag4j.core.ComplexTensorExclusiveMixin
-
Computes the element-wise addition of two tensors of the same rank and stores the result in this tensor.
- addEq(CooCVector) - Method in class org.flag4j.arrays.dense.CVector
-
Computes the element-wise addition between this vector and the specified vector and stores the result in this vector.
- addEq(CooMatrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Computes the element-wise addition of a matrix with a real sparse matrix.
- addEq(CooMatrix) - Method in class org.flag4j.arrays.dense.Matrix
-
Computes the element-wise subtraction of two tensors of the same rank and stores the result in this tensor.
- addEq(CooMatrix) - Method in interface org.flag4j.core.dense_base.DenseMatrixMixin
-
Computes the element-wise addition of a matrix with a real sparse matrix.
- addEq(CooTensor) - Method in class org.flag4j.arrays.dense.CTensor
-
Computes the element-wise subtraction of two tensors of the same rank and stores the result in this tensor.
- addEq(CooTensor) - Method in class org.flag4j.arrays.dense.Tensor
-
Computes the element-wise addition of two tensors of the same rank and stores the result in this tensor.
- addEq(CooVector) - Method in class org.flag4j.arrays.dense.CVector
-
Computes the element-wise addition between this vector and the specified vector.
- addEq(CooVector) - Method in class org.flag4j.arrays.dense.Vector
-
Computes the element-wise addition between this vector and the specified vector.
- addEq(CooVector) - Method in interface org.flag4j.core.dense_base.DenseVectorMixin
-
Computes the element-wise addition between this vector and the specified vector and stores the result in this vector.
- addEq(CNumber) - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
-
Subtracts a specified value from all entries of this tensor and stores the result in this tensor.
- addEq(CNumber[], double) - Static method in class org.flag4j.operations.dense.real_complex.RealComplexDenseOperations
-
Adds a scalar from each entry of this tensor and stores the result in the tensor.
- addEq(CNumber[], CNumber) - Static method in class org.flag4j.operations.dense.complex.ComplexDenseOperations
-
Adds a scalar from each entry of this tensor and stores the result in the tensor.
- addEq(CNumber[], Shape, double[], Shape) - Static method in class org.flag4j.operations.dense.real_complex.RealComplexDenseOperations
-
Computes element-wise addition between tensors and stores the result in the first tensor.
- addEq(CNumber[], Shape, CNumber[], Shape) - Static method in class org.flag4j.operations.dense.complex.ComplexDenseOperations
-
Computes element-wise addition between tensors and stores the result in the first tensor.
- addEq(T) - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
-
Computes the element-wise subtraction of two tensors of the same rank and stores the result in this tensor.
- addEq(T) - Method in class org.flag4j.core.dense_base.DenseTensorBase
-
Computes the element-wise subtraction of two tensors of the same rank and stores the result in this tensor.
- addEq(T) - Method in class org.flag4j.core.dense_base.RealDenseTensorBase
- addEq(X) - Method in interface org.flag4j.core.dense_base.DenseMixin
-
Subtracts a specified value from all entries of this tensor and stores the result in this tensor.
- addInv() - Method in class org.flag4j.complex_numbers.CNumber
-
Computes the additive inverse of this complex number.
- addNotInCol(List<Double>, List<Integer>, List<Integer>, CooMatrix, int) - Static method in class org.flag4j.operations.sparse.coo.real.RealSparseMatrixGetSet
-
Adds values from a sparse matrix to specified lists if the value is not within a specified column.
- addToEachCol(CVector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CVector) - Method in class org.flag4j.arrays.dense.Matrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CVector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CVector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CVector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CVector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CVector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Adds a vector to each column of a matrix.
- addToEachCol(Vector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(Vector) - Method in class org.flag4j.arrays.dense.Matrix
-
Adds a vector to each column of a matrix.
- addToEachCol(Vector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(Vector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(Vector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(Vector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(Vector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Adds a vector to each column of a matrix.
- addToEachCol(CooCMatrix, CVector) - Static method in class org.flag4j.operations.dense_sparse.coo.complex.ComplexDenseSparseMatrixOperations
-
Adds a dense vector to each column as if the vector is a column vector.
- addToEachCol(CooCMatrix, Vector) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseMatrixOperations
-
Adds a dense vector to each column as if the vector is a column vector.
- addToEachCol(CooCMatrix, CooCVector) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexSparseMatrixOperations
-
Adds a sparse vector to each column of a sparse matrix as if the vector is a column vector.
- addToEachCol(CooCMatrix, CooVector) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexSparseMatrixOperations
-
Adds a sparse vector to each column of a sparse matrix as if the vector is a column vector.
- addToEachCol(CooCVector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooCVector) - Method in class org.flag4j.arrays.dense.Matrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooCVector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooCVector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooCVector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooCVector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooCVector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Adds a vector to each column of a matrix.
- addToEachCol(CooMatrix, CVector) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseMatrixOperations
-
Adds a dense vector to each column as if the vector is a column vector.
- addToEachCol(CooMatrix, Vector) - Static method in class org.flag4j.operations.dense_sparse.coo.real.RealDenseSparseMatrixOperations
-
Adds a dense vector to each column as if the vector is a column vector.
- addToEachCol(CooMatrix, CooCVector) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexSparseMatrixOperations
-
Adds a sparse vector to each column of a sparse matrix as if the vector is a column vector.
- addToEachCol(CooMatrix, CooVector) - Static method in class org.flag4j.operations.sparse.coo.real.RealSparseMatrixOperations
-
Adds a sparse vector to each column of a sparse matrix as if the vector is a column vector.
- addToEachCol(CooVector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooVector) - Method in class org.flag4j.arrays.dense.Matrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooVector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooVector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooVector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooVector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Adds a vector to each column of a matrix.
- addToEachCol(CooVector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Adds a vector to each column of a matrix.
- addToEachCol(CsrCMatrix, CVector) - Static method in class org.flag4j.operations.sparse.csr.complex.ComplexCsrOperations
-
Adds a vector to each column of a matrix.
- addToEachCol(CsrCMatrix, Vector) - Static method in class org.flag4j.operations.sparse.csr.complex.ComplexCsrOperations
-
Adds a vector to each column of a matrix.
- addToEachCol(CsrCMatrix, CooCVector) - Static method in class org.flag4j.operations.sparse.csr.complex.ComplexCsrOperations
-
Adds a vector to each column of a matrix.
- addToEachCol(CsrCMatrix, CooVector) - Static method in class org.flag4j.operations.sparse.csr.complex.ComplexCsrOperations
-
Adds a vector to each column of a matrix.
- addToEachCol(CsrMatrix, CVector) - Static method in class org.flag4j.operations.sparse.csr.real.RealCsrOperations
-
Adds a vector to each column of a matrix.
- addToEachCol(CsrMatrix, Vector) - Static method in class org.flag4j.operations.sparse.csr.real.RealCsrOperations
-
Adds a vector to each column of a matrix.
- addToEachCol(CsrMatrix, CooCVector) - Static method in class org.flag4j.operations.sparse.csr.real.RealCsrOperations
-
Adds a vector to each column of a matrix.
- addToEachCol(CsrMatrix, CooVector) - Static method in class org.flag4j.operations.sparse.csr.real.RealCsrOperations
-
Adds a vector to each column of a matrix.
- addToEachRow(CVector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CVector) - Method in class org.flag4j.arrays.dense.Matrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CVector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CVector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CVector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CVector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CVector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Adds a vector to each row of a matrix.
- addToEachRow(Vector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(Vector) - Method in class org.flag4j.arrays.dense.Matrix
-
Adds a vector to each row of a matrix.
- addToEachRow(Vector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(Vector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(Vector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(Vector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(Vector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Adds a vector to each row of a matrix.
- addToEachRow(CooCMatrix, CVector) - Static method in class org.flag4j.operations.dense_sparse.coo.complex.ComplexDenseSparseMatrixOperations
-
Adds a dense vector to add to each row as if the vector is a row vector.
- addToEachRow(CooCMatrix, Vector) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseMatrixOperations
-
Adds a dense vector to add to each row as if the vector is a row vector.
- addToEachRow(CooCMatrix, CooCVector) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexSparseMatrixOperations
-
Adds a sparse vector to each row of a sparse matrix as if the vector is a row vector.
- addToEachRow(CooCMatrix, CooVector) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexSparseMatrixOperations
-
Adds a sparse vector to each row of a sparse matrix as if the vector is a row vector.
- addToEachRow(CooCVector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooCVector) - Method in class org.flag4j.arrays.dense.Matrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooCVector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooCVector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooCVector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooCVector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooCVector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Adds a vector to each row of a matrix.
- addToEachRow(CooMatrix, CVector) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseMatrixOperations
-
Adds a dense vector to add to each row as if the vector is a row vector.
- addToEachRow(CooMatrix, Vector) - Static method in class org.flag4j.operations.dense_sparse.coo.real.RealDenseSparseMatrixOperations
-
Adds a dense vector to add to each row as if the vector is a row vector.
- addToEachRow(CooMatrix, CooCVector) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexSparseMatrixOperations
-
Adds a sparse vector to each row of a sparse matrix as if the vector is a row vector.
- addToEachRow(CooMatrix, CooVector) - Static method in class org.flag4j.operations.sparse.coo.real.RealSparseMatrixOperations
-
Adds a sparse vector to each row of a sparse matrix as if the vector is a row vector.
- addToEachRow(CooVector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooVector) - Method in class org.flag4j.arrays.dense.Matrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooVector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooVector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooVector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooVector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Adds a vector to each row of a matrix.
- addToEachRow(CooVector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Adds a vector to each row of a matrix.
- addToEachRow(CsrCMatrix, CVector) - Static method in class org.flag4j.operations.sparse.csr.complex.ComplexCsrOperations
-
Adds a vector to each row of a matrix.
- addToEachRow(CsrCMatrix, Vector) - Static method in class org.flag4j.operations.sparse.csr.complex.ComplexCsrOperations
-
Adds a vector to each row of a matrix.
- addToEachRow(CsrCMatrix, CooCVector) - Static method in class org.flag4j.operations.sparse.csr.complex.ComplexCsrOperations
-
Adds a vector to each row of a matrix.
- addToEachRow(CsrCMatrix, CooVector) - Static method in class org.flag4j.operations.sparse.csr.complex.ComplexCsrOperations
-
Adds a vector to each row of a matrix.
- addToEachRow(CsrMatrix, CVector) - Static method in class org.flag4j.operations.sparse.csr.real.RealCsrOperations
-
Adds a vector to each row of a matrix.
- addToEachRow(CsrMatrix, Vector) - Static method in class org.flag4j.operations.sparse.csr.real.RealCsrOperations
-
Adds a vector to each row of a matrix.
- addToEachRow(CsrMatrix, CooCVector) - Static method in class org.flag4j.operations.sparse.csr.real.RealCsrOperations
-
Adds a vector to each row of a matrix.
- addToEachRow(CsrMatrix, CooVector) - Static method in class org.flag4j.operations.sparse.csr.real.RealCsrOperations
-
Adds a vector to each row of a matrix.
- AggregateComplex - Class in org.flag4j.operations.common.complex
-
This class contains several low-level methods useful for computing aggregation operations on dense/sparse complex tensors.
- AggregateComplex() - Constructor for class org.flag4j.operations.common.complex.AggregateComplex
- AggregateDenseComplex - Class in org.flag4j.operations.dense.complex
-
This class contains several low-level methods useful for computing aggregation operations on dense tensors.
- AggregateDenseComplex() - Constructor for class org.flag4j.operations.dense.complex.AggregateDenseComplex
- AggregateDenseReal - Class in org.flag4j.operations.dense.real
-
This class contains several low-level methods useful for computing aggregation operations on dense tensors.
- AggregateDenseReal() - Constructor for class org.flag4j.operations.dense.real.AggregateDenseReal
- AggregateReal - Class in org.flag4j.operations.common.real
-
This class contains several low-level methods useful for computing aggregation operations on dense/sparse tensors.
- AggregateReal() - Constructor for class org.flag4j.operations.common.real.AggregateReal
- Algorithm() - Constructor for enum class org.flag4j.operations.TransposeDispatcher.Algorithm
- algorithmMap - Variable in class org.flag4j.operations.RealDenseMatrixMultiplyDispatcher
-
lookup table for all real dense matrix multiply algorithms.
- AlgorithmName() - Constructor for enum class org.flag4j.operations.MatrixMultiplyDispatcher.AlgorithmName
- AlgorithmNames() - Constructor for enum class org.flag4j.operations.RealDenseMatrixMultiplyDispatcher.AlgorithmNames
- allAxes() - Static method in enum class org.flag4j.util.Axis2D
-
Gets an array of all axes ordinals.
- allClose(double[], double[]) - Static method in class org.flag4j.operations.common.real.RealProperties
-
Checks if all entries of two arrays are 'close'.
- allClose(double[], double[], double, double) - Static method in class org.flag4j.operations.common.real.RealProperties
-
Checks if all entries of two arrays are 'close'.
- allClose(CooCMatrix, double, double) - Method in class org.flag4j.arrays.sparse.CooCMatrix
- allClose(CooCTensor, double, double) - Method in class org.flag4j.arrays.sparse.CooCTensor
- allClose(CooCVector, double, double) - Method in class org.flag4j.arrays.sparse.CooCVector
- allClose(CooMatrix, double, double) - Method in class org.flag4j.arrays.sparse.CooMatrix
- allClose(CooTensor, double, double) - Method in class org.flag4j.arrays.sparse.CooTensor
- allClose(CooVector, double, double) - Method in class org.flag4j.arrays.sparse.CooVector
- allClose(CsrCMatrix, double, double) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Checks if all entries of this tensor are close to the entries of the argument
tensor
. - allClose(CsrCMatrix, CsrCMatrix, double, double) - Static method in class org.flag4j.operations.sparse.csr.complex.ComplexCsrEquals
-
Checks if all entries of this tensor are close to the entries of the argument
tensor
. - allClose(CsrMatrix, double, double) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Checks if all entries of this tensor are close to the entries of the argument
tensor
. - allClose(CsrMatrix, CsrMatrix, double, double) - Static method in class org.flag4j.operations.sparse.csr.real.RealCsrEquals
-
Checks if all entries of this tensor are close to the entries of the argument
tensor
. - allClose(CNumber[], CNumber[]) - Static method in class org.flag4j.operations.common.complex.ComplexProperties
-
Checks if all entries of two arrays are 'close'.
- allClose(CNumber[], CNumber[], double, double) - Static method in class org.flag4j.operations.common.complex.ComplexProperties
-
Checks if all entries of two arrays are 'close'.
- allClose(T) - Method in class org.flag4j.core.TensorBase
-
Checks if all entries of this tensor are close to the entries of the argument
tensor
. - allClose(T, double, double) - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
- allClose(T, double, double) - Method in class org.flag4j.core.dense_base.RealDenseTensorBase
- allClose(T, double, double) - Method in class org.flag4j.core.TensorBase
-
Checks if all entries of this tensor are close to the entries of the argument
tensor
. - allCloseMatrix(CooCMatrix, CooCMatrix, double, double) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexSparseEquals
-
Checks that all non-zero entries are "close" according to
ComplexProperties.allClose(CNumber[], CNumber[])
and * all indices are the same. - allCloseMatrix(CooMatrix, CooMatrix, double, double) - Static method in class org.flag4j.operations.sparse.coo.real.RealSparseEquals
-
Checks that all non-zero entries are "close" according to
RealProperties.allClose(double[], double[])
and * all indices are the same. - allCloseTensor(CooCTensor, CooCTensor, double, double) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexSparseEquals
-
Checks that all non-zero entries are "close" according to
ComplexProperties.allClose(CNumber[], CNumber[])
and all indices are the same. - allCloseTensor(CooTensor, CooTensor, double, double) - Static method in class org.flag4j.operations.sparse.coo.real.RealSparseEquals
-
Checks that all non-zero entries are "close" according to
RealProperties.allClose(double[], double[], double, double)
and all indices are the same. - allCloseVector(CooCVector, CooCVector, double, double) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexSparseEquals
-
Checks that all non-zero entries are "close" according to
ComplexProperties.allClose(CNumber[], CNumber[])
and all indices are the same. - allCloseVector(CooVector, CooVector, double, double) - Static method in class org.flag4j.operations.sparse.coo.real.RealSparseEquals
-
Checks that all non-zero entries are "close" according to
RealProperties.allClose(double[], double[])
and all indices are the same. - apply(double[], Shape, double[], Shape) - Method in interface org.flag4j.operations.RealDenseTensorBinaryOperation
-
Applies the specified binary operation on the two tensors.
- apply(int, int) - Method in interface org.flag4j.concurrency.TensorOperation
-
Applies a tensor operation over the specified index range.
- applyBinOpp(CMatrix, CsrCMatrix, BinaryOperator<CNumber>) - Static method in class org.flag4j.operations.dense_sparse.csr.complex.ComplexCsrDenseOperations
-
Applies the specified binary operator element-wise to the two matrices.
- applyBinOpp(CMatrix, CsrMatrix, BiFunction<CNumber, Double, CNumber>) - Static method in class org.flag4j.operations.dense_sparse.csr.real_complex.RealComplexCsrDenseOperations
-
Applies the specified binary operator element-wise to the two matrices.
- applyBinOpp(Matrix, CsrCMatrix, BiFunction<Double, CNumber, CNumber>) - Static method in class org.flag4j.operations.dense_sparse.csr.real_complex.RealComplexCsrDenseOperations
-
Applies the specified binary operator element-wise to the two matrices.
- applyBinOpp(Matrix, CsrMatrix, BinaryOperator<Double>) - Static method in class org.flag4j.operations.dense_sparse.csr.real.RealCsrDenseOperations
-
Applies the specified binary operator element-wise to the two matrices.
- applyBinOpp(CsrCMatrix, double, BinaryOperator<CNumber>, UnaryOperator<Double>) - Static method in class org.flag4j.operations.dense_sparse.csr.complex.ComplexCsrDenseOperations
-
Applies the specified binary operator element-wise to a matrix and a scalar.
- applyBinOpp(CsrCMatrix, CMatrix, BinaryOperator<CNumber>, UnaryOperator<CNumber>) - Static method in class org.flag4j.operations.dense_sparse.csr.complex.ComplexCsrDenseOperations
-
Applies the specified binary operator element-wise to the two matrices.
- applyBinOpp(CsrCMatrix, Matrix, BiFunction<CNumber, Double, CNumber>, UnaryOperator<Double>) - Static method in class org.flag4j.operations.dense_sparse.csr.real_complex.RealComplexCsrDenseOperations
-
Applies the specified binary operator element-wise to the two matrices.
- applyBinOpp(CsrCMatrix, CsrCMatrix, BinaryOperator<CNumber>, UnaryOperator<CNumber>) - Static method in class org.flag4j.operations.sparse.csr.complex.ComplexCsrOperations
-
Applies an element-wise binary operation to two
complex CSR matrices
. - applyBinOpp(CsrCMatrix, CsrMatrix, BiFunction<CNumber, Double, CNumber>, UnaryOperator<Double>) - Static method in class org.flag4j.operations.sparse.csr.real_complex.RealComplexCsrOperations
-
Applies an element-wise binary operation to two
CSR Matrices
. - applyBinOpp(CsrCMatrix, CNumber, BinaryOperator<CNumber>, UnaryOperator<CNumber>) - Static method in class org.flag4j.operations.dense_sparse.csr.complex.ComplexCsrDenseOperations
-
Applies the specified binary operator element-wise to a matrix and a scalar.
- applyBinOpp(CsrMatrix, double, BinaryOperator<Double>, UnaryOperator<Double>) - Static method in class org.flag4j.operations.dense_sparse.csr.real.RealCsrDenseOperations
-
Applies the specified binary operator element-wise to a matrix and a scalar.
- applyBinOpp(CsrMatrix, CMatrix, BiFunction<Double, CNumber, CNumber>, UnaryOperator<CNumber>) - Static method in class org.flag4j.operations.dense_sparse.csr.real_complex.RealComplexCsrDenseOperations
-
Applies the specified binary operator element-wise to the two matrices.
- applyBinOpp(CsrMatrix, Matrix, BinaryOperator<Double>, UnaryOperator<Double>) - Static method in class org.flag4j.operations.dense_sparse.csr.real.RealCsrDenseOperations
-
Applies the specified binary operator element-wise to the two matrices.
- applyBinOpp(CsrMatrix, CsrCMatrix, BiFunction<Double, CNumber, CNumber>, UnaryOperator<CNumber>) - Static method in class org.flag4j.operations.sparse.csr.real_complex.RealComplexCsrOperations
-
Applies an element-wise binary operation to two
CSR Matrices
. - applyBinOpp(CsrMatrix, CsrMatrix, BinaryOperator<Double>, UnaryOperator<Double>) - Static method in class org.flag4j.operations.sparse.csr.real.RealCsrOperations
-
Applies an element-wise binary operation to two
CSR Matrices
. - applyBinOpp(CsrMatrix, CNumber, BiFunction<Double, CNumber, CNumber>, UnaryOperator<CNumber>) - Static method in class org.flag4j.operations.dense_sparse.csr.real_complex.RealComplexCsrDenseOperations
-
Applies the specified binary operator element-wise to a matrix and a scalar.
- applyBinOppToSparse(CMatrix, CsrCMatrix, BinaryOperator<CNumber>) - Static method in class org.flag4j.operations.dense_sparse.csr.complex.ComplexCsrDenseOperations
-
Applies an element-wise binary operation to a real dense and real sparse CSR matrix under the assumption that
opp.apply(x, 0d) = 0d
andopp.apply(0d, x) = 0d
. - applyBinOppToSparse(CMatrix, CsrMatrix, BiFunction<CNumber, Double, CNumber>) - Static method in class org.flag4j.operations.dense_sparse.csr.real_complex.RealComplexCsrDenseOperations
-
Applies an element-wise binary operation to a real dense and real sparse CSR matrix under the assumption that
opp.apply(x, 0d) = 0d
andopp.apply(0d, x) = 0d
. - applyBinOppToSparse(Matrix, CsrCMatrix, BiFunction<Double, CNumber, CNumber>) - Static method in class org.flag4j.operations.dense_sparse.csr.real_complex.RealComplexCsrDenseOperations
-
Applies an element-wise binary operation to a real dense and real sparse CSR matrix under the assumption that
opp.apply(x, 0d) = 0d
andopp.apply(0d, x) = 0d
. - applyBinOppToSparse(Matrix, CsrMatrix, BinaryOperator<Double>) - Static method in class org.flag4j.operations.dense_sparse.csr.real.RealCsrDenseOperations
-
Applies an element-wise binary operation to a real dense and real sparse CSR matrix under the assumption that
opp.apply(x, 0d) = 0d
andopp.apply(0d, x) = 0d
. - applyBinOppToSparse(CsrMatrix, CMatrix, BiFunction<Double, CNumber, CNumber>) - Static method in class org.flag4j.operations.dense_sparse.csr.real_complex.RealComplexCsrDenseOperations
-
Applies an element-wise binary operation to a real sparse and complex dense CSR matrix under the assumption that
opp.apply(0d, x) = 0d
wherex
is aCNumber
. - applyDoubleShiftReflector(int, boolean) - Method in class org.flag4j.linalg.decompositions.schur.ComplexSchur
-
Applies reflector for the double shift.
- applyDoubleShiftReflector(int, boolean) - Method in class org.flag4j.linalg.decompositions.schur.RealSchur
-
Applies reflector for the double shift.
- applyReflector(int, int) - Method in class org.flag4j.linalg.decompositions.schur.ComplexSchur
-
Applies the constructed Householder reflector which has been constructed for the given shift size.
- applyReflector(int, int) - Method in class org.flag4j.linalg.decompositions.schur.RealSchur
-
Applies the constructed Householder reflector which has been constructed for the given shift size.
- applySingleShiftReflector(int, boolean) - Method in class org.flag4j.linalg.decompositions.schur.ComplexSchur
-
Applies reflector for the double shift.
- applySingleShiftReflector(int, boolean) - Method in class org.flag4j.linalg.decompositions.schur.RealSchur
-
Applies reflector for the double shift.
- applyTransform(double[], Function<Double, CNumber>) - Static method in class org.flag4j.util.ArrayUtils
-
Applies a transform to an array.
- applyTransform(double[], UnaryOperator<Double>) - Static method in class org.flag4j.util.ArrayUtils
-
Applies a transform to an array.
- applyTransform(CNumber[], Function<CNumber, Double>) - Static method in class org.flag4j.util.ArrayUtils
-
Applies a transform to an array.
- applyTransform(T[], UnaryOperator<T>) - Static method in class org.flag4j.util.ArrayUtils
-
Applies a transform to an array.
- applyUpdate - Variable in class org.flag4j.linalg.decompositions.unitary.UnitaryDecomposition
-
Flag indicating if a Householder reflector was needed for the current column meaning the
UnitaryDecomposition.transformMatrix
should be updated. - arg(CNumber) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the complex argument function for a complex number.
- argAsCNumber(CNumber) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the complex argument function for a complex number.
- argEq(double[], double) - Static method in class org.flag4j.operations.dense.real.AggregateDenseReal
-
Computes the index of the first entry in a tensor which is equal to the specified
value
. - argEq(int[], int) - Static method in class org.flag4j.operations.dense.real.AggregateDenseReal
-
Computes the index of the first entry in a tensor which is equal to the specified
value
. - argMax() - Method in class org.flag4j.arrays.sparse.CooCVector
-
Finds the indices of the maximum value in this tensor.
- argMax() - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
-
Finds the indices of the maximum value in this tensor.
- argMax() - Method in class org.flag4j.core.dense_base.RealDenseTensorBase
-
Finds the indices of the maximum value in this tensor.
- argMax() - Method in class org.flag4j.core.sparse_base.ComplexSparseTensorBase
- argMax() - Method in class org.flag4j.core.sparse_base.RealSparseTensorBase
- argMax() - Method in interface org.flag4j.core.TensorPropertiesMixin
-
Finds the indices of the maximum value in this tensor.
- argMax(double[]) - Static method in class org.flag4j.operations.dense.real.AggregateDenseReal
-
Computes the index of the maximum value in this tensor.
- argMax(CNumber...) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the index of the maximum magnitude from an array of complex numbers.
- argMax(CNumber[]) - Static method in class org.flag4j.operations.dense.complex.AggregateDenseComplex
-
Computes the index of the maximum value by magnitude in this tensor.
- argMaxReal(CNumber...) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the index of the minimum real component from an array of complex numbers.
- argMin() - Method in class org.flag4j.arrays.sparse.CooCVector
-
Finds the indices of the minimum value in this tensor.
- argMin() - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
-
Finds the indices of the minimum value in this tensor.
- argMin() - Method in class org.flag4j.core.dense_base.RealDenseTensorBase
-
Finds the indices of the minimum value in this tensor.
- argMin() - Method in class org.flag4j.core.sparse_base.ComplexSparseTensorBase
- argMin() - Method in class org.flag4j.core.sparse_base.RealSparseTensorBase
- argMin() - Method in interface org.flag4j.core.TensorPropertiesMixin
-
Finds the indices of the minimum value in this tensor.
- argMin(double[]) - Static method in class org.flag4j.operations.dense.real.AggregateDenseReal
-
Computes the index of the minimum value in this tensor.
- argMin(CNumber...) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the index of the minimum magnitude from an array of complex numbers.
- argMin(CNumber[]) - Static method in class org.flag4j.operations.dense.complex.AggregateDenseComplex
-
Computes the index of the minimum value by magnitude in this tensor.
- argMinReal(CNumber...) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the index of the minimum real component from an array of complex numbers.
- ARRAY_LENGTHS_MISMATCH_ERR - Static variable in class org.flag4j.util.ErrorMessages
-
Error message for arrays which were expected to be the same length.
- arraycopy(double[], int, CNumber[], int, int) - Static method in class org.flag4j.util.ArrayUtils
-
Performs an array copy similar to
System.arraycopy(Object, int, Object, int, int)
but creates a deep copy of each element in the source array. - ArrayUtils - Class in org.flag4j.util
-
This class provides several utility methods useful for array manipulation and copying.
- ArrayUtils() - Constructor for class org.flag4j.util.ArrayUtils
- asDouble(int[], double[]) - Static method in class org.flag4j.util.ArrayUtils
-
Converts an array of ints to an array of doubles.
- asDouble(Integer[], double[]) - Static method in class org.flag4j.util.ArrayUtils
-
Converts an array of
Integers
to an array of doubles. - asin(double) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the inverse sine of a value.
- asin(CNumber) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the inverse sine of a complex value.
- assertArrayLengthsEq(int...) - Static method in class org.flag4j.util.ParameterChecks
-
Checks that all array lengths are equal.
- assertAxis2D(int) - Static method in class org.flag4j.util.ParameterChecks
-
Checks that an axis is a valid 2D axis.
- assertBroadcastable(Shape, Shape) - Static method in class org.flag4j.util.ParameterChecks
-
Checks that two shapes can be broadcast, i.e.
- assertEquals(double...) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a set of values are all equal.
- assertEquals(int...) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a set of values are all equal.
- assertEqualShape(Shape, Shape) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if two
Shape
objects are equivalent. - assertGreaterEq(double, double...) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a set of values is greater than or equal to a specified threshold.
- assertGreaterEq(double, double, String) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a set of values is greater than or equal to a specified threshold.
- assertGreaterEq(int, int) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a single value is greater than or equal to a specified threshold.
- assertGreaterEq(int, int...) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a set of values is greater than or equal to a specified threshold.
- assertIndexInBounds(int, int...) - Static method in class org.flag4j.util.ParameterChecks
-
Checks that a set of indices is within
[0, upperBound)
. - assertInRange(double, double, double, String) - Static method in class org.flag4j.util.ParameterChecks
-
Checks that a value is within the specified inclusive range.
- assertLessEq(double, double...) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a set of values is less than or equal to a specified threshold.
- assertLessEq(double, double, String) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a value is less than or equal to a specified threshold.
- assertLessEq(int, int...) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a set of values is less than or equal to a specified threshold.
- assertLessEq(BigInteger, int, String) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a value is less than or equal to a specified threshold.
- assertMatMultShapes(Shape, Shape) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if two
Shape
objects satisfy the requirements of matrix multiplication. - assertNonNegative(int) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a value is non-negative.
- assertNotEquals(double, double) - Static method in class org.flag4j.util.ParameterChecks
-
Checks that two values are not equal.
- assertPermutation(int...) - Static method in class org.flag4j.util.ParameterChecks
-
Checks that a list of
N
axis are a permutation of{0, 1, 2, ..., N-1}
. - assertPositive(int) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a value is positive.
- assertRank(int, Shape) - Static method in class org.flag4j.util.ParameterChecks
-
Checks that a shape has the specified rank.
- assertSquare(Shape) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a shape represents a square tensor.
- assertSquareMatrix(int, int) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a shape represents a square matrix.
- assertSquareMatrix(Shape) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if a shape represents a square matrix.
- assertTotalEntriesEq(double[][], double[]) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if arrays have the same number of total entries.
- assertTotalEntriesEq(double[][], CNumber[]) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if arrays have the same number of total entries.
- assertTotalEntriesEq(int[][], double[]) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if arrays have the same number of total entries.
- assertTotalEntriesEq(int[][], CNumber[]) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if arrays have the same number of total entries.
- assertTotalEntriesEq(Object[][], double[]) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if arrays have the same number of total entries.
- assertTotalEntriesEq(Object[][], CNumber[]) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if arrays have the same number of total entries.
- assertValidIndex(Shape, int...) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if the provided indices are contained in a tensor defined by the given
shape
. - assertValidIndices(int, int...) - Static method in class org.flag4j.util.ParameterChecks
-
Checks if the provided indices are contained in an iterable with the given
length
. - atan(double) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the inverse tangent of a value.
- atan(CNumber) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the inverse tangent of a complex value.
- atan2(CNumber) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the 2 argument arc-tangent function for a complex number.
- atan2AsCNumber(CNumber) - Static method in class org.flag4j.complex_numbers.CNumber
-
Computes the 2 argument arc-tangent function for a complex number.
- augment(CMatrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Stacks matrices along rows.
- augment(CMatrix) - Method in class org.flag4j.arrays.dense.Matrix
-
Stacks matrices along rows.
- augment(CMatrix) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Stacks matrices along rows.
- augment(CMatrix) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Stacks matrices along rows.
- augment(CMatrix) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Stacks matrices along rows.
- augment(CMatrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Stacks matrices along rows.
- augment(CMatrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Stacks matrices along rows.
- augment(CVector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Augments a matrix with a vector.
- augment(CVector) - Method in class org.flag4j.arrays.dense.Matrix
-
Augments a matrix with a vector.
- augment(CVector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Augments a matrix with a vector.
- augment(CVector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Augments a matrix with a vector.
- augment(CVector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Augments a matrix with a vector.
- augment(CVector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Augments a matrix with a vector.
- augment(CVector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Augments a matrix with a vector.
- augment(Matrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Stacks matrices along rows.
- augment(Matrix) - Method in class org.flag4j.arrays.dense.Matrix
-
Stacks matrices along rows.
- augment(Matrix) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Stacks matrices along rows.
- augment(Matrix) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Stacks matrices along rows.
- augment(Matrix) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Stacks matrices along rows.
- augment(Matrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Stacks matrices along rows.
- augment(Matrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Stacks matrices along rows.
- augment(Vector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Augments a matrix with a vector.
- augment(Vector) - Method in class org.flag4j.arrays.dense.Matrix
-
Augments a matrix with a vector.
- augment(Vector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Augments a matrix with a vector.
- augment(Vector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Augments a matrix with a vector.
- augment(Vector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Augments a matrix with a vector.
- augment(Vector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Augments a matrix with a vector.
- augment(Vector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Augments a matrix with a vector.
- augment(CooCMatrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Stacks matrices along rows.
- augment(CooCMatrix) - Method in class org.flag4j.arrays.dense.Matrix
-
Stacks matrices along rows.
- augment(CooCMatrix) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Stacks matrices along rows.
- augment(CooCMatrix) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Stacks matrices along rows.
- augment(CooCMatrix) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Stacks matrices along rows.
- augment(CooCMatrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Stacks matrices along rows.
- augment(CooCMatrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Stacks matrices along rows.
- augment(CooCVector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Augments a matrix with a vector.
- augment(CooCVector) - Method in class org.flag4j.arrays.dense.Matrix
-
Augments a matrix with a vector.
- augment(CooCVector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Augments a matrix with a vector.
- augment(CooCVector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Augments a matrix with a vector.
- augment(CooCVector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Augments a matrix with a vector.
- augment(CooCVector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Augments a matrix with a vector.
- augment(CooCVector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Augments a matrix with a vector.
- augment(CooMatrix) - Method in class org.flag4j.arrays.dense.CMatrix
-
Stacks matrices along rows.
- augment(CooMatrix) - Method in class org.flag4j.arrays.dense.Matrix
-
Stacks matrices along rows.
- augment(CooMatrix) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Stacks matrices along rows.
- augment(CooMatrix) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Stacks matrices along rows.
- augment(CooMatrix) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Stacks matrices along rows.
- augment(CooMatrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Stacks matrices along rows.
- augment(CooMatrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Stacks matrices along rows.
- augment(CooVector) - Method in class org.flag4j.arrays.dense.CMatrix
-
Augments a matrix with a vector.
- augment(CooVector) - Method in class org.flag4j.arrays.dense.Matrix
-
Augments a matrix with a vector.
- augment(CooVector) - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Augments a matrix with a vector.
- augment(CooVector) - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Augments a matrix with a vector.
- augment(CooVector) - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Augments a matrix with a vector.
- augment(CooVector) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Augments a matrix with a vector.
- augment(CooVector) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Augments a matrix with a vector.
- augment(CsrCMatrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Stacks matrices along rows.
- augment(CsrCMatrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Stacks matrices along rows.
- augment(CsrMatrix) - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Stacks matrices along rows.
- augment(CsrMatrix) - Method in interface org.flag4j.core.MatrixOperationsMixin
-
Stacks matrices along rows.
- AXIS_ERR - Static variable in class org.flag4j.util.ErrorMessages
-
Error message for disallowed axis.
- AXIS_ERR_RANGE - Static variable in class org.flag4j.util.ErrorMessages
-
Error message for disallowed axis.
- Axis2D - Enum Class in org.flag4j.util
-
Simple enum class for two-dimensional axis.
- Axis2D() - Constructor for enum class org.flag4j.util.Axis2D
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form