A helper method which copies from a sparse matrix to a set of three arrays (non-zero entries, row indices, and
diff --git a/docs/index-files/index-4.html b/docs/index-files/index-4.html
index 0180974bb..52059a568 100644
--- a/docs/index-files/index-4.html
+++ b/docs/index-files/index-4.html
@@ -1,11 +1,11 @@
-
+
D-Index
-
+
@@ -540,18 +540,10 @@
D
Dispatches a matrix multiply-transpose problem equivalent to A.mult(B.T()) to the appropriate algorithm based
on the size of the matrices.
-
div(double) - Method in class org.flag4j.arrays.sparse.CooCTensor
-
-Computes the scalar division of a tensor.
-
div(double) - Method in class org.flag4j.arrays.sparse.CooCVector
Computes the scalar division of a tensor.
-
div(double) - Method in class org.flag4j.arrays.sparse.CooTensor
-
-Computes the scalar division of a tensor.
-
div(double) - Method in class org.flag4j.arrays.sparse.CooVector
Computes the scalar division of a tensor.
@@ -574,18 +566,10 @@ D
Computes the scalar division of a tensor.
- div(CNumber) - Method in class org.flag4j.arrays.sparse.CooCTensor
-
-Computes the scalar division of a tensor.
-
div(CNumber) - Method in class org.flag4j.arrays.sparse.CooCVector
Computes the scalar division of a tensor.
-
div(CNumber) - Method in class org.flag4j.arrays.sparse.CooTensor
-
-Computes the scalar division of a tensor.
-
div(CNumber) - Method in class org.flag4j.arrays.sparse.CooVector
Computes the scalar division of a tensor.
@@ -610,14 +594,6 @@ D
Computes the scalar division of a tensor.
- divEq(double) - Method in class org.flag4j.complex_numbers.CNumber
-
-Computes the division of a complex numbers with a double value and stores in this complex number.
-
-
divEq(CNumber) - Method in class org.flag4j.complex_numbers.CNumber
-
-Computes the division of a complex numbers with a double value and stores in this complex number.
-
dot(CTensor, CTensor) - Static method in class org.flag4j.operations.dense.complex.ComplexDenseTensorDot
Computes the tensor dot product along the first tensors last axis and the second tensors second-to-last axis.
diff --git a/docs/index-files/index-5.html b/docs/index-files/index-5.html
index caeaa2828..eb29734d9 100644
--- a/docs/index-files/index-5.html
+++ b/docs/index-files/index-5.html
@@ -1,11 +1,11 @@
-
+
E-Index
-
+
@@ -101,6 +101,10 @@ E
Computes the element-wise division between two tensors.
+ elemDiv(CTensor) - Method in class org.flag4j.arrays.sparse.CooTensor
+
+Computes the element-wise division between two tensors.
+
elemDiv(CTensor) - Method in interface org.flag4j.core.TensorExclusiveMixin
Computes the element-wise division between two tensors.
@@ -149,6 +153,10 @@ E
Computes the element-wise division between two tensors.
+ elemDiv(Tensor) - Method in class org.flag4j.arrays.sparse.CooCTensor
+
+Computes the element-wise division between two tensors.
+
elemDiv(Tensor) - Method in class org.flag4j.arrays.sparse.CooTensor
Computes the element-wise division between two tensors.
@@ -279,6 +287,14 @@ E
Computes the element-wise multiplication between two tensors.
+ elemMult(CTensor) - Method in class org.flag4j.arrays.sparse.CooCTensor
+
+Computes the element-wise multiplication between two tensors.
+
+
elemMult(CTensor) - Method in class org.flag4j.arrays.sparse.CooTensor
+
+Computes the element-wise multiplication between two tensors.
+
elemMult(CTensor) - Method in interface org.flag4j.core.TensorExclusiveMixin
Computes the element-wise multiplication between two tensors.
@@ -351,6 +367,14 @@ E
Computes the element-wise multiplication between two tensors.
+ elemMult(Tensor) - Method in class org.flag4j.arrays.sparse.CooCTensor
+
+Computes the element-wise multiplication between two tensors.
+
+
elemMult(Tensor) - Method in class org.flag4j.arrays.sparse.CooTensor
+
+Computes the element-wise multiplication between two tensors.
+
elemMult(Tensor) - Method in interface org.flag4j.core.TensorExclusiveMixin
Computes the element-wise multiplication between two tensors.
@@ -435,6 +459,10 @@ E
Computes the element-wise multiplication between two tensors.
+ elemMult(CooCTensor) - Method in class org.flag4j.arrays.sparse.CooTensor
+
+Computes the element-wise multiplication between two tensors.
+
elemMult(CooCTensor) - Method in interface org.flag4j.core.TensorExclusiveMixin
Computes the element-wise multiplication between two tensors.
@@ -507,6 +535,10 @@ E
Computes the element-wise multiplication between two tensors.
+ elemMult(CooTensor) - Method in class org.flag4j.arrays.sparse.CooCTensor
+
+Computes the element-wise multiplication between two tensors.
+
elemMult(CooTensor) - Method in class org.flag4j.arrays.sparse.CooTensor
Computes the element-wise multiplication between two tensors.
@@ -631,7 +663,7 @@ E
equals(double) - Method in class org.flag4j.complex_numbers.CNumber
-Checks if a complex number is equal to some double value.
+Checks if a complex number is numerically equal to some double value.
equals(double[], CNumber[]) - Static method in class org.flag4j.util.ArrayUtils
@@ -753,10 +785,6 @@ E
Hide default constructor.
- eulers() - Static method in class org.flag4j.complex_numbers.CNumber
-
-Gets the complex number equivalent to
Math.E
.
-
ExactSolver<T,U> - Class in org.flag4j.linalg.solvers.exact
Solves a well determined system of equations Ax=b
in an exact sense by using a LU
decomposition.
diff --git a/docs/index-files/index-6.html b/docs/index-files/index-6.html
index 13c2bf92b..9ab6fca82 100644
--- a/docs/index-files/index-6.html
+++ b/docs/index-files/index-6.html
@@ -1,11 +1,11 @@
-
+
F-Index
-
+
@@ -199,30 +199,14 @@ F
Fills an array with specified value.
- fill(CNumber[], CNumber) - Static method in class org.flag4j.util.ArrayUtils
-
-Fills an array with specified value.
-
filledArray(int, int) - Static method in class org.flag4j.util.ArrayUtils
Constructs an array filled with a specific value.
-
fillZeros(double[], int, int) - Static method in class org.flag4j.util.ArrayUtils
-
-Fills a specified range of an array with zeros.
-
-
fillZeros(CNumber[]) - Static method in class org.flag4j.util.ArrayUtils
-
-Fills an array of complex numbers with zeros.
-
fillZeros(CNumber[][]) - Static method in class org.flag4j.util.ArrayUtils
Fills an array of complex numbers with zeros.
-
fillZeros(CNumber[], int, int) - Static method in class org.flag4j.util.ArrayUtils
-
-Fills a specified range of an array of complex numbers with zeros.
-
findFirstLast(int[], int) - Static method in class org.flag4j.util.ArrayUtils
Finds the first and last index of a specified key within a sorted array.
@@ -273,6 +257,10 @@ F
Since vectors are rank 1 tensors, this method simply copies the vector.
+ flatten() - Method in class org.flag4j.arrays.sparse.CooCMatrix
+
+Flattens tensor to single dimension.
+
flatten() - Method in class org.flag4j.arrays.sparse.CooCTensor
Flattens tensor to single dimension.
@@ -281,14 +269,26 @@ F
Flattens tensor to single dimension.
+ flatten() - Method in class org.flag4j.arrays.sparse.CooMatrix
+
+Flattens tensor to single dimension.
+
flatten() - Method in class org.flag4j.arrays.sparse.CooTensor
Flattens tensor to single dimension.
-
flatten() - Method in class org.flag4j.core.sparse_base.ComplexSparseTensorBase
-
-
flatten() - Method in class org.flag4j.core.sparse_base.RealSparseTensorBase
-
+
flatten() - Method in class org.flag4j.arrays.sparse.CooVector
+
+Flattens tensor to single dimension.
+
+
flatten() - Method in class org.flag4j.arrays.sparse.CsrCMatrix
+
+Flattens tensor to single dimension.
+
+
flatten() - Method in class org.flag4j.arrays.sparse.CsrMatrix
+
+Flattens tensor to single dimension.
+
flatten() - Method in interface org.flag4j.core.TensorManipulationsMixin
Flattens tensor to single dimension.
diff --git a/docs/index-files/index-7.html b/docs/index-files/index-7.html
index 776fecbf8..aef66b7aa 100644
--- a/docs/index-files/index-7.html
+++ b/docs/index-files/index-7.html
@@ -1,11 +1,11 @@
-
+
G-Index
-
+
@@ -605,10 +605,6 @@ G
Gets the maximum number of rows to print.
- getMinRecursiveSize() - Static method in class org.flag4j.concurrency.Configurations
-
-Gets the minimum size of tensor/matrix/vector to make recursive calls on in recursive algorithms.
-
getNamedGreaterEqErr(double, double, String) - Static method in class org.flag4j.util.ErrorMessages
Gets an error message for a value which was expected to be greater than of equal to a specified threshold but wasn't.
@@ -751,6 +747,10 @@ G
Gets the rank of this tensor.
+
getRank() - Method in interface org.flag4j.core.TensorExclusiveMixin
+
+Gets the rank of this tensor.
+
getRank() - Method in class org.flag4j.linalg.decompositions.svd.SVD
Gets the rank of the last matrix decomposed.
diff --git a/docs/index-files/index-8.html b/docs/index-files/index-8.html
index 15d140c16..19dde8893 100644
--- a/docs/index-files/index-8.html
+++ b/docs/index-files/index-8.html
@@ -1,11 +1,11 @@
-
+
H-Index
-
+
@@ -107,6 +107,10 @@ H
Computes the conjugate transpose of this tensor.
+ H(int...) - Method in class org.flag4j.arrays.sparse.CooCTensor
+
+Computes the conjugate transpose of this tensor.
+
H(int...) - Method in interface org.flag4j.core.ComplexTensorExclusiveMixin
Computes the conjugate transpose of this tensor.
@@ -115,6 +119,10 @@ H
Computes the transpose of a tensor.
+ H(int, int) - Method in class org.flag4j.arrays.sparse.CooCTensor
+
+Computes the transpose of a tensor.
+
H(int, int) - Method in interface org.flag4j.core.ComplexTensorExclusiveMixin
Computes the transpose of a tensor.
diff --git a/docs/index-files/index-9.html b/docs/index-files/index-9.html
index eae648b38..28f816e86 100644
--- a/docs/index-files/index-9.html
+++ b/docs/index-files/index-9.html
@@ -1,11 +1,11 @@
-
+
I-Index
-
+
@@ -99,10 +99,6 @@ I
The imaginary unit i.
- imagUnit() - Static method in class org.flag4j.complex_numbers.CNumber
-
-Gets the complex number equivalent to i
.
-
indexOf(int[], int) - Static method in class org.flag4j.util.ArrayUtils
Finds the fist index of the specified key
within an array.
@@ -666,10 +662,6 @@ I
Checks if a matrix is the identity matrix approximately.
- isComplex() - Method in class org.flag4j.arrays.sparse.CooCTensor
-
-Checks if this tensor contains at least one complex entry.
-
isComplex() - Method in class org.flag4j.arrays.sparse.CooCVector
Checks if this vector contains at least one non-real entry.
@@ -878,14 +870,6 @@ I
Checks if a tensor only contain negative values.
- isOnes() - Method in class org.flag4j.arrays.sparse.CooCTensor
-
-Checks if this tensor only contains ones.
-
-
isOnes() - Method in class org.flag4j.arrays.sparse.CooTensor
-
-Checks if this tensor only contains ones.
-
isOnes() - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
isOnes() - Method in class org.flag4j.core.dense_base.RealDenseTensorBase
@@ -994,10 +978,6 @@
I
Checks if the matrix is positive semi-definite.
-
isReal() - Method in class org.flag4j.arrays.sparse.CooCTensor
-
-Checks if this tensor has only real valued entries.
-
isReal() - Method in class org.flag4j.arrays.sparse.CooCVector
Checks if this vector contains only real entries.
@@ -1237,10 +1217,6 @@ I
Checks if a matrix can be represented as a vector.
- isZeros() - Method in class org.flag4j.arrays.sparse.CooCTensor
-
-Checks if this tensor only contains zeros.
-
isZeros() - Method in class org.flag4j.core.dense_base.ComplexDenseTensorBase
isZeros() - Method in class org.flag4j.core.dense_base.RealDenseTensorBase
diff --git a/docs/index.html b/docs/index.html
index 02a627f3e..1bd22e1dc 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,11 +1,11 @@
-
+
Overview
-
+
diff --git a/docs/member-search-index.js b/docs/member-search-index.js
index 9a3f7a901..b1e8580c5 100644
--- a/docs/member-search-index.js
+++ b/docs/member-search-index.js
@@ -1 +1 @@
-memberSearchIndex = [{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"abs()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"abs()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"abs()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"abs()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"abs()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"abs()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"abs()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"abs()"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"abs()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"abs(CNumber[])","u":"abs(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.common.real","c":"RealOperations","l":"abs(double[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"acos(CNumber)","u":"acos(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"acos(double)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"add(CMatrix, CooCMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"add(CMatrix, CooMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"add(CNumber[], CNumber)","u":"add(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"add(CNumber[], double)","u":"add(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"add(CNumber[], Shape, CNumber[], Shape)","u":"add(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"add(CNumber[], Shape, double[], Shape)","u":"add(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"add(CooCMatrix, CNumber)","u":"add(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"add(CooCMatrix, CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"add(CooCMatrix, CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"add(CooCMatrix, double)","u":"add(org.flag4j.arrays.sparse.CooCMatrix,double)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"add(CooCTensor)","u":"add(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"add(CooCTensor)","u":"add(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"add(CooCTensor)","u":"add(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"add(CooCTensor)","u":"add(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"add(CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"add(CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"add(CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"add(CooCVector, CNumber)","u":"add(org.flag4j.arrays.sparse.CooCVector,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"add(CooCVector, CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"add(CooCVector, CooVector)","u":"add(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"add(CooCVector, double)","u":"add(org.flag4j.arrays.sparse.CooCVector,double)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"add(CooCVector, double)","u":"add(org.flag4j.arrays.sparse.CooCVector,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"add(CooMatrix, CNumber)","u":"add(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"add(CooMatrix, CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"add(CooMatrix, double)","u":"add(org.flag4j.arrays.sparse.CooMatrix,double)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"add(CooTensor)","u":"add(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"add(CooTensor)","u":"add(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"add(CooTensor)","u":"add(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"add(CooTensor)","u":"add(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"add(CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"add(CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"add(CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"add(CooVector, CNumber)","u":"add(org.flag4j.arrays.sparse.CooVector,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseVectorOperations","l":"add(CooVector, CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseVectorOperations","l":"add(CooVector, double)","u":"add(org.flag4j.arrays.sparse.CooVector,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"add(CTensor)","u":"add(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"add(CTensor)","u":"add(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseOperations","l":"add(CTensor, CooCTensor)","u":"add(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"add(CTensor, CooTensor)","u":"add(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"add(CVector)","u":"add(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(CVector)","u":"add(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(CVector)","u":"add(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"add(CVector)","u":"add(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"add(CVector, CooCVector)","u":"add(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"add(CVector, CooVector)","u":"add(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"add(double)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"add(double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"add(double)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"add(double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"add(double[], CNumber)","u":"add(double[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseVectorOperations","l":"add(double[], CNumber)","u":"add(double[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"add(double[], double)","u":"add(double[],double)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"add(double[], Shape, double[], Shape)","u":"add(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"add(Matrix, CooCMatrix)","u":"add(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"add(Matrix, CooMatrix)","u":"add(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"add(T)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"add(T)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"add(T)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"add(Tensor)","u":"add(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"add(Tensor)","u":"add(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"add(Tensor, CooCTensor)","u":"add(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseTensorOperations","l":"add(Tensor, CooTensor)","u":"add(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"add(Vector)","u":"add(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(Vector)","u":"add(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(Vector)","u":"add(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"add(Vector)","u":"add(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"add(Vector, CooCVector)","u":"add(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"add(Vector, CooVector)","u":"add(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"addEq(CMatrix, CooCMatrix)","u":"addEq(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"addEq(CMatrix, CooMatrix)","u":"addEq(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"addEq(CNumber)","u":"addEq(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"addEq(CNumber)","u":"addEq(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"addEq(CNumber[], CNumber)","u":"addEq(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"addEq(CNumber[], double)","u":"addEq(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"addEq(CNumber[], Shape, CNumber[], Shape)","u":"addEq(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"addEq(CNumber[], Shape, double[], Shape)","u":"addEq(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addEq(CooCMatrix)","u":"addEq(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"addEq(CooCTensor)","u":"addEq(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.core","c":"ComplexTensorExclusiveMixin","l":"addEq(CooCTensor)","u":"addEq(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"addEq(CooCVector)","u":"addEq(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addEq(CooMatrix)","u":"addEq(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addEq(CooMatrix)","u":"addEq(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"addEq(CooMatrix)","u":"addEq(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"addEq(CooTensor)","u":"addEq(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"addEq(CooTensor)","u":"addEq(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"addEq(CooTensor)","u":"addEq(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"addEq(CooVector)","u":"addEq(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"addEq(CooVector)","u":"addEq(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core.dense_base","c":"DenseVectorMixin","l":"addEq(CooVector)","u":"addEq(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseOperations","l":"addEq(CTensor, CooCTensor)","u":"addEq(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"addEq(CTensor, CooTensor)","u":"addEq(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"addEq(CVector, CooCVector)","u":"addEq(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"addEq(CVector, CooVector)","u":"addEq(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"addEq(double)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"addEq(Double)","u":"addEq(java.lang.Double)"},{"p":"org.flag4j.core.dense_base","c":"DenseMixin","l":"addEq(Double)","u":"addEq(java.lang.Double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"addEq(Double)","u":"addEq(java.lang.Double)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"addEq(double[], double)","u":"addEq(double[],double)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"addEq(double[], Shape, double[], Shape)","u":"addEq(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addEq(Matrix)","u":"addEq(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"addEq(Matrix)","u":"addEq(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"addEq(Matrix, CooMatrix)","u":"addEq(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"addEq(T)"},{"p":"org.flag4j.core.dense_base","c":"DenseTensorBase","l":"addEq(T)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"addEq(T)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"addEq(Tensor)","u":"addEq(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"ComplexTensorExclusiveMixin","l":"addEq(Tensor)","u":"addEq(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core.dense_base","c":"DenseTensorMixin","l":"addEq(Tensor)","u":"addEq(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseTensorOperations","l":"addEq(Tensor, CooTensor)","u":"addEq(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"addEq(Vector)","u":"addEq(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core.dense_base","c":"DenseVectorMixin","l":"addEq(Vector)","u":"addEq(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"addEq(Vector, CooVector)","u":"addEq(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core.dense_base","c":"DenseMixin","l":"addEq(X)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"addInv()"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"addNotInCol(List
, List, List, CooMatrix, int)","u":"addNotInCol(java.util.List,java.util.List,java.util.List,org.flag4j.arrays.sparse.CooMatrix,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"addToEachCol(CooCMatrix, CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"addToEachCol(CooCMatrix, CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"addToEachCol(CooCMatrix, CVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"addToEachCol(CooCMatrix, Vector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"addToEachCol(CooMatrix, CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"addToEachCol(CooMatrix, CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"addToEachCol(CooMatrix, CVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"addToEachCol(CooMatrix, Vector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachCol(CsrCMatrix, CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachCol(CsrCMatrix, CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachCol(CsrCMatrix, CVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachCol(CsrCMatrix, Vector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachCol(CsrMatrix, CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachCol(CsrMatrix, CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachCol(CsrMatrix, CVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachCol(CsrMatrix, Vector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"addToEachRow(CooCMatrix, CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"addToEachRow(CooCMatrix, CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"addToEachRow(CooCMatrix, CVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"addToEachRow(CooCMatrix, Vector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"addToEachRow(CooMatrix, CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"addToEachRow(CooMatrix, CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"addToEachRow(CooMatrix, CVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"addToEachRow(CooMatrix, Vector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachRow(CsrCMatrix, CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachRow(CsrCMatrix, CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachRow(CsrCMatrix, CVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachRow(CsrCMatrix, Vector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachRow(CsrMatrix, CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachRow(CsrMatrix, CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachRow(CsrMatrix, CVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachRow(CsrMatrix, Vector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.common.complex","c":"AggregateComplex","l":"AggregateComplex()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"AggregateDenseComplex","l":"AggregateDenseComplex()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"AggregateDenseReal","l":"AggregateDenseReal()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.common.real","c":"AggregateReal","l":"AggregateReal()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations","c":"TransposeDispatcher.Algorithm","l":"Algorithm()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"algorithmMap"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"AlgorithmName()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"AlgorithmNames()","u":"%3Cinit%3E()"},{"p":"org.flag4j.util","c":"Axis2D","l":"allAxes()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexProperties","l":"allClose(CNumber[], CNumber[])","u":"allClose(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.common.complex","c":"ComplexProperties","l":"allClose(CNumber[], CNumber[], double, double)","u":"allClose(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[],double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"allClose(CooCMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooCMatrix,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"allClose(CooCTensor, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooCTensor,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"allClose(CooCVector, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooCVector,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"allClose(CooMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooMatrix,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"allClose(CooTensor, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooTensor,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"allClose(CooVector, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooVector,double,double)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrEquals","l":"allClose(CsrCMatrix, CsrCMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrCMatrix,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"allClose(CsrCMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CsrCMatrix,double,double)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrEquals","l":"allClose(CsrMatrix, CsrMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrMatrix,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"allClose(CsrMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CsrMatrix,double,double)"},{"p":"org.flag4j.operations.common.real","c":"RealProperties","l":"allClose(double[], double[])","u":"allClose(double[],double[])"},{"p":"org.flag4j.operations.common.real","c":"RealProperties","l":"allClose(double[], double[], double, double)","u":"allClose(double[],double[],double,double)"},{"p":"org.flag4j.core","c":"TensorBase","l":"allClose(T)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"allClose(T, double, double)","u":"allClose(T,double,double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"allClose(T, double, double)","u":"allClose(T,double,double)"},{"p":"org.flag4j.core","c":"TensorBase","l":"allClose(T, double, double)","u":"allClose(T,double,double)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseEquals","l":"allCloseMatrix(CooCMatrix, CooCMatrix, double, double)","u":"allCloseMatrix(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix,double,double)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseEquals","l":"allCloseMatrix(CooMatrix, CooMatrix, double, double)","u":"allCloseMatrix(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix,double,double)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseEquals","l":"allCloseTensor(CooCTensor, CooCTensor, double, double)","u":"allCloseTensor(org.flag4j.arrays.sparse.CooCTensor,org.flag4j.arrays.sparse.CooCTensor,double,double)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseEquals","l":"allCloseTensor(CooTensor, CooTensor, double, double)","u":"allCloseTensor(org.flag4j.arrays.sparse.CooTensor,org.flag4j.arrays.sparse.CooTensor,double,double)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseEquals","l":"allCloseVector(CooCVector, CooCVector, double, double)","u":"allCloseVector(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooCVector,double,double)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseEquals","l":"allCloseVector(CooVector, CooVector, double, double)","u":"allCloseVector(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooVector,double,double)"},{"p":"org.flag4j.operations","c":"RealDenseTensorBinaryOperation","l":"apply(double[], Shape, double[], Shape)","u":"apply(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"applyBinOpp(CMatrix, CsrCMatrix, BinaryOperator)","u":"applyBinOpp(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BinaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOpp(CMatrix, CsrMatrix, BiFunction)","u":"applyBinOpp(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BiFunction)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"applyBinOpp(CsrCMatrix, CMatrix, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.CMatrix,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"applyBinOpp(CsrCMatrix, CNumber, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.complex_numbers.CNumber,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"applyBinOpp(CsrCMatrix, CsrCMatrix, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrOperations","l":"applyBinOpp(CsrCMatrix, CsrMatrix, BiFunction, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BiFunction,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"applyBinOpp(CsrCMatrix, double, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,double,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOpp(CsrCMatrix, Matrix, BiFunction, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.Matrix,java.util.function.BiFunction,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOpp(CsrMatrix, CMatrix, BiFunction, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CMatrix,java.util.function.BiFunction,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOpp(CsrMatrix, CNumber, BiFunction, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.complex_numbers.CNumber,java.util.function.BiFunction,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrOperations","l":"applyBinOpp(CsrMatrix, CsrCMatrix, BiFunction, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BiFunction,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"applyBinOpp(CsrMatrix, CsrMatrix, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseOperations","l":"applyBinOpp(CsrMatrix, double, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,double,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseOperations","l":"applyBinOpp(CsrMatrix, Matrix, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Matrix,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOpp(Matrix, CsrCMatrix, BiFunction)","u":"applyBinOpp(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BiFunction)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseOperations","l":"applyBinOpp(Matrix, CsrMatrix, BinaryOperator)","u":"applyBinOpp(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BinaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"applyBinOppToSparse(CMatrix, CsrCMatrix, BinaryOperator)","u":"applyBinOppToSparse(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BinaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOppToSparse(CMatrix, CsrMatrix, BiFunction)","u":"applyBinOppToSparse(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BiFunction)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOppToSparse(CsrMatrix, CMatrix, BiFunction)","u":"applyBinOppToSparse(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CMatrix,java.util.function.BiFunction)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOppToSparse(Matrix, CsrCMatrix, BiFunction)","u":"applyBinOppToSparse(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BiFunction)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseOperations","l":"applyBinOppToSparse(Matrix, CsrMatrix, BinaryOperator)","u":"applyBinOppToSparse(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BinaryOperator)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"applyDoubleShiftReflector(int, boolean)","u":"applyDoubleShiftReflector(int,boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"applyDoubleShiftReflector(int, boolean)","u":"applyDoubleShiftReflector(int,boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"applyReflector(int, int)","u":"applyReflector(int,int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"applyReflector(int, int)","u":"applyReflector(int,int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"applySingleShiftReflector(int, boolean)","u":"applySingleShiftReflector(int,boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"applySingleShiftReflector(int, boolean)","u":"applySingleShiftReflector(int,boolean)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"applyTransform(CNumber[], Function)","u":"applyTransform(org.flag4j.complex_numbers.CNumber[],java.util.function.Function)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"applyTransform(double[], Function)","u":"applyTransform(double[],java.util.function.Function)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"applyTransform(double[], UnaryOperator)","u":"applyTransform(double[],java.util.function.UnaryOperator)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"applyTransform(T[], UnaryOperator)","u":"applyTransform(T[],java.util.function.UnaryOperator)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"applyUpdate"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"arg(CNumber)","u":"arg(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"argAsCNumber(CNumber)","u":"argAsCNumber(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real","c":"AggregateDenseReal","l":"argEq(double[], double)","u":"argEq(double[],double)"},{"p":"org.flag4j.operations.dense.real","c":"AggregateDenseReal","l":"argEq(int[], int)","u":"argEq(int[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"argMax()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"argMax()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"argMax()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"argMax()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"argMax()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"argMax()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"argMax()"},{"p":"org.flag4j.core","c":"TensorPropertiesMixin","l":"argMax()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"argMax(CNumber...)","u":"argMax(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.operations.dense.complex","c":"AggregateDenseComplex","l":"argMax(CNumber[])","u":"argMax(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"AggregateDenseReal","l":"argMax(double[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"argMaxReal(CNumber...)","u":"argMaxReal(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"argMin()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"argMin()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"argMin()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"argMin()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"argMin()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"argMin()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"argMin()"},{"p":"org.flag4j.core","c":"TensorPropertiesMixin","l":"argMin()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"argMin(CNumber...)","u":"argMin(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.operations.dense.complex","c":"AggregateDenseComplex","l":"argMin(CNumber[])","u":"argMin(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"AggregateDenseReal","l":"argMin(double[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"argMinReal(CNumber...)","u":"argMinReal(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"ARRAY_LENGTHS_MISMATCH_ERR"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"arraycopy(CNumber[], int, CNumber[], int, int)","u":"arraycopy(org.flag4j.complex_numbers.CNumber[],int,org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"arraycopy(double[], int, CNumber[], int, int)","u":"arraycopy(double[],int,org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"ArrayUtils()","u":"%3Cinit%3E()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"asDouble(int[], double[])","u":"asDouble(int[],double[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"asDouble(Integer[], double[])","u":"asDouble(java.lang.Integer[],double[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"asin(CNumber)","u":"asin(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"asin(double)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertArrayLengthsEq(int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertAxis2D(int)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertBroadcastable(Shape, Shape)","u":"assertBroadcastable(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertEquals(double...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertEquals(int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertEqualShape(Shape, Shape)","u":"assertEqualShape(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertGreaterEq(double, double, String)","u":"assertGreaterEq(double,double,java.lang.String)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertGreaterEq(double, double...)","u":"assertGreaterEq(double,double...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertGreaterEq(int, int)","u":"assertGreaterEq(int,int)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertGreaterEq(int, int...)","u":"assertGreaterEq(int,int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertIndexInBounds(int, int...)","u":"assertIndexInBounds(int,int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertInRange(double, double, double, String)","u":"assertInRange(double,double,double,java.lang.String)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertLessEq(BigInteger, int, String)","u":"assertLessEq(java.math.BigInteger,int,java.lang.String)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertLessEq(double, double, String)","u":"assertLessEq(double,double,java.lang.String)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertLessEq(double, double...)","u":"assertLessEq(double,double...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertLessEq(int, int...)","u":"assertLessEq(int,int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertMatMultShapes(Shape, Shape)","u":"assertMatMultShapes(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertNonNegative(int)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertNotEquals(double, double)","u":"assertNotEquals(double,double)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertPermutation(int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertPositive(int)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertRank(int, Shape)","u":"assertRank(int,org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertSquare(Shape)","u":"assertSquare(org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertSquareMatrix(int, int)","u":"assertSquareMatrix(int,int)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertSquareMatrix(Shape)","u":"assertSquareMatrix(org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(double[][], CNumber[])","u":"assertTotalEntriesEq(double[][],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(double[][], double[])","u":"assertTotalEntriesEq(double[][],double[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(int[][], CNumber[])","u":"assertTotalEntriesEq(int[][],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(int[][], double[])","u":"assertTotalEntriesEq(int[][],double[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(Object[][], CNumber[])","u":"assertTotalEntriesEq(java.lang.Object[][],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(Object[][], double[])","u":"assertTotalEntriesEq(java.lang.Object[][],double[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertValidIndex(Shape, int...)","u":"assertValidIndex(org.flag4j.core.Shape,int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertValidIndices(int, int...)","u":"assertValidIndices(int,int...)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"atan(CNumber)","u":"atan(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"atan(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"atan2(CNumber)","u":"atan2(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"atan2AsCNumber(CNumber)","u":"atan2AsCNumber(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CsrCMatrix)","u":"augment(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CsrCMatrix)","u":"augment(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CsrMatrix)","u":"augment(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CsrMatrix)","u":"augment(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"AXIS_ERR"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"AXIS_ERR_RANGE"},{"p":"org.flag4j.util","c":"Axis2D","l":"Axis2D()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"backSolver"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"LstsqSolver","l":"backSolver"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"BackSolver(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"BLOCKED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"BLOCKED"},{"p":"org.flag4j.operations","c":"TransposeDispatcher.Algorithm","l":"BLOCKED"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"BLOCKED_REORDERED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"BLOCKED_REORDERED"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"BLOCKED_VECTOR"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"BLOCKED_VECTOR"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"blocked(CNumber[], Shape, CNumber[], Shape)","u":"blocked(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blocked(CNumber[], Shape, double[], Shape)","u":"blocked(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blocked(double[], Shape, CNumber[], Shape)","u":"blocked(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"blocked(double[], Shape, double[], Shape)","u":"blocked(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"blockedIntMatrix(int[][])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"blockedMatrix(CNumber[], int, int)","u":"blockedMatrix(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"blockedMatrix(double[], int, int)","u":"blockedMatrix(double[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"blockedMatrixConcurrent(CNumber[], int, int)","u":"blockedMatrixConcurrent(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"blockedMatrixConcurrent(double[], int, int)","u":"blockedMatrixConcurrent(double[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"blockedMatrixConcurrentHerm(CNumber[], int, int)","u":"blockedMatrixConcurrentHerm(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"blockedMatrixHerm(CNumber[], int, int)","u":"blockedMatrixHerm(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"blockedReordered(CNumber[], Shape, CNumber[], Shape)","u":"blockedReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blockedReordered(CNumber[], Shape, double[], Shape)","u":"blockedReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blockedReordered(double[], Shape, CNumber[], Shape)","u":"blockedReordered(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"blockedReordered(double[], Shape, double[], Shape)","u":"blockedReordered(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"blockedVector(CNumber[], Shape, CNumber[], int[])","u":"blockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"blockedVector(CNumber[], Shape, CNumber[], Shape)","u":"blockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"blockedVector(CNumber[], Shape, double[], int[])","u":"blockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blockedVector(CNumber[], Shape, double[], Shape)","u":"blockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"blockedVector(double[], Shape, CNumber[], int[])","u":"blockedVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blockedVector(double[], Shape, CNumber[], Shape)","u":"blockedVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"blockedVector(double[], Shape, double[], int[])","u":"blockedVector(double[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"blockedVector(double[], Shape, double[], Shape)","u":"blockedVector(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"blockSize"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"boxed(double[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"boxed(int[])"},{"p":"org.flag4j.io","c":"PrintOptions","l":"center"},{"p":"org.flag4j.util","c":"StringUtils","l":"center(String, int)","u":"center(java.lang.String,int)"},{"p":"org.flag4j.util","c":"StringUtils","l":"center(String, int, String)","u":"center(java.lang.String,int,java.lang.String)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"checkConvergence(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"checkConvergence(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"checkConvergence(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"checkFinite"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"checkParams(T, int)","u":"checkParams(T,int)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"checkParams(T, int)","u":"checkParams(T,int)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"checkSingular(double, int, int)","u":"checkSingular(double,int,int)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"checkSingular(double, int, int)","u":"checkSingular(double,int,int)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactTensorSolver","l":"checkSize(int, int)","u":"checkSize(int,int)"},{"p":"org.flag4j.linalg.decompositions.chol","c":"Cholesky","l":"Cholesky(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"chooseAlgorithm(Shape)","u":"chooseAlgorithm(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"chooseAlgorithmComplex(Shape)","u":"chooseAlgorithmComplex(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmComplex(Shape, Shape)","u":"chooseAlgorithmComplex(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmComplexTranspose(Shape)","u":"chooseAlgorithmComplexTranspose(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmComplexVector(Shape)","u":"chooseAlgorithmComplexVector(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"chooseAlgorithmHermitian(Shape)","u":"chooseAlgorithmHermitian(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmRealComplex(Shape, Shape)","u":"chooseAlgorithmRealComplex(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmRealComplexTranspose(Shape)","u":"chooseAlgorithmRealComplexTranspose(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmRealComplexVector(Shape)","u":"chooseAlgorithmRealComplexVector(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmRealVector(Shape)","u":"chooseAlgorithmRealVector(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"chooseAlgorithmTensor(int)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"chooseAlgorithmTensor(int, int)","u":"chooseAlgorithmTensor(int,int)"},{"p":"org.flag4j.io","c":"TensorInputStream","l":"close()"},{"p":"org.flag4j.io","c":"TensorOutputStream","l":"close()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(CMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(CNumber[][])","u":"%3Cinit%3E(org.flag4j.complex_numbers.CNumber[][])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(double[][])","u":"%3Cinit%3E(double[][])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, CNumber)","u":"%3Cinit%3E(int,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, int, CNumber)","u":"%3Cinit%3E(int,int,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, int, CNumber[])","u":"%3Cinit%3E(int,int,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, int, double)","u":"%3Cinit%3E(int,int,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int[][])","u":"%3Cinit%3E(int[][])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Matrix)","u":"%3Cinit%3E(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Shape, CNumber)","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Shape, CNumber...)","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Shape, double)","u":"%3Cinit%3E(org.flag4j.core.Shape,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Shape, double...)","u":"%3Cinit%3E(org.flag4j.core.Shape,double...)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(String[][])","u":"%3Cinit%3E(java.lang.String[][])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"CNumber()","u":"%3Cinit%3E()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"CNumber(CNumber)","u":"%3Cinit%3E(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"CNumber(double)","u":"%3Cinit%3E(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"CNumber(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"CNumber(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"CNumberLexer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumberParser","l":"CNumberParser()","u":"%3Cinit%3E()"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"CNumberToken(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumberUtils","l":"CNumberUtils()","u":"%3Cinit%3E()"},{"p":"org.flag4j.util","c":"Axis2D","l":"COL"},{"p":"org.flag4j.util","c":"Axis2D","l":"col()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"colIndices"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"colIndices"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"colIndices"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"colIndices"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"colSwaps"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"compareTo(CNumber)","u":"compareTo(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"compareToReal(CNumber)","u":"compareToReal(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"compareToReal(double)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"COMPLEX_BLOCKED_THRESHOLD"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"COMPLEX_RNG"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexBackSolver","l":"ComplexBackSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexBackSolver","l":"ComplexBackSolver(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.chol","c":"ComplexCholesky","l":"ComplexCholesky()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.chol","c":"ComplexCholesky","l":"ComplexCholesky(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseMatrixMultiplication","l":"ComplexCsrDenseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"ComplexCsrDenseOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrEquals","l":"ComplexCsrEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrManipulations","l":"ComplexCsrManipulations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrMatrixMultiplication","l":"ComplexCsrMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"ComplexCsrOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrProperties","l":"ComplexCsrProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"ComplexDenseDeterminant()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemDiv","l":"ComplexDenseElemDiv()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemMult","l":"ComplexDenseElemMult()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseEquals","l":"ComplexDenseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"complexDenseLookUp"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"ComplexDenseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultTranspose","l":"ComplexDenseMatrixMultTranspose()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"ComplexDenseOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseProperties","l":"ComplexDenseProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"ComplexDenseSetOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseEquals","l":"ComplexDenseSparseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"ComplexDenseSparseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultTranspose","l":"ComplexDenseSparseMatrixMultTranspose()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"ComplexDenseSparseMatrixOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseOperations","l":"ComplexDenseSparseOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"ComplexDenseSparseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"ComplexDenseTensorBase(Shape, CNumber[])","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTensorDot","l":"ComplexDenseTensorDot()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"ComplexDenseTranspose()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseVectorOperations","l":"ComplexDenseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact","c":"ComplexExactSolver","l":"ComplexExactSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact","c":"ComplexExactTensorSolver","l":"ComplexExactTensorSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"ComplexForwardSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"ComplexForwardSolver(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"ComplexForwardSolver(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"ComplexHess","l":"ComplexHess()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.hess","c":"ComplexHess","l":"ComplexHess(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"ComplexLstsqSolver","l":"ComplexLstsqSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"ComplexLU()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"ComplexLU(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"ComplexLU(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"ComplexOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexProperties","l":"ComplexProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"ComplexQR","l":"ComplexQR()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"ComplexQR","l":"ComplexQR(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"ComplexSchur()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"ComplexSchur(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"ComplexSchur(boolean, long)","u":"%3Cinit%3E(boolean,long)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"ComplexSchur(long)","u":"%3Cinit%3E(long)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseElementSearch","l":"ComplexSparseElementSearch()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseEquals","l":"ComplexSparseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"complexSparseLookUp"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"ComplexSparseMatrixGetSet()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixManipulations","l":"ComplexSparseMatrixManipulations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixMultiplication","l":"ComplexSparseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"ComplexSparseMatrixOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixProperties","l":"ComplexSparseMatrixProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseNorms","l":"ComplexSparseNorms()","u":"%3Cinit%3E()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"ComplexSparseTensorBase(Shape, int, CNumber[], int[], int[]...)","u":"%3Cinit%3E(org.flag4j.core.Shape,int,org.flag4j.complex_numbers.CNumber[],int[],int[]...)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"ComplexSparseTensorBase(Shape, int, CNumber[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,int,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"ComplexSparseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.svd","c":"ComplexSVD","l":"ComplexSVD()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.svd","c":"ComplexSVD","l":"ComplexSVD(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"ComplexSVD","l":"ComplexSVD(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"ComplexUnitaryDecomposition(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"ComplexUnitaryDecomposition(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"computeExceptionalShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"computeExceptionalShift(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"computeHouseholder(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"computeHouseholder(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"computeHouseholder(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"computeImplicitDoubleShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"computeImplicitDoubleShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"computeImplicitSingleShift(int, CNumber)","u":"computeImplicitSingleShift(int,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"computeImplicitSingleShift(int, double)","u":"computeImplicitSingleShift(int,double)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"computePhasedNorm(int, double)","u":"computePhasedNorm(int,double)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"computePhasedNorm(int, double)","u":"computePhasedNorm(int,double)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"computePhasedNorm(int, double)","u":"computePhasedNorm(int,double)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"computeRank(int, int, double[])","u":"computeRank(int,int,double[])"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"computeRows(int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"computeRows(int)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"computeSwaps()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"computeU"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"computeUV"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_BLOCKED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_BLOCKED"},{"p":"org.flag4j.operations","c":"TransposeDispatcher.Algorithm","l":"CONCURRENT_BLOCKED"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_BLOCKED_REORDERED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_BLOCKED_REORDERED"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_BLOCKED_VECTOR"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_BLOCKED_VECTOR"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_REORDERED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_REORDERED"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_STANDARD"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_STANDARD"},{"p":"org.flag4j.operations","c":"TransposeDispatcher.Algorithm","l":"CONCURRENT_STANDARD"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_STANDARD_VECTOR"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_STANDARD_VECTOR"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"CONCURRENT_SWAPPED_THRESHOLD"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"CONCURRENT_SWAPPED_THRESHOLD"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemDiv","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemMult","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemMult","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemDiv","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemMult","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"concurrentAtomicArray(double[], int[], int[], Shape, double[], Shape)","u":"concurrentAtomicArray(double[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentBlocked(CNumber[], Shape, CNumber[], Shape)","u":"concurrentBlocked(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlocked(CNumber[], Shape, double[], Shape)","u":"concurrentBlocked(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlocked(double[], Shape, CNumber[], Shape)","u":"concurrentBlocked(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentBlocked(double[], Shape, double[], Shape)","u":"concurrentBlocked(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentBlockedReordered(CNumber[], Shape, CNumber[], Shape)","u":"concurrentBlockedReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlockedReordered(CNumber[], Shape, double[], Shape)","u":"concurrentBlockedReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlockedReordered(double[], Shape, CNumber[], Shape)","u":"concurrentBlockedReordered(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentBlockedReordered(double[], Shape, double[], Shape)","u":"concurrentBlockedReordered(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"concurrentBlockedVector(CNumber[], Shape, CNumber[], int[])","u":"concurrentBlockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentBlockedVector(CNumber[], Shape, CNumber[], Shape)","u":"concurrentBlockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentBlockedVector(CNumber[], Shape, double[], int[])","u":"concurrentBlockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlockedVector(CNumber[], Shape, double[], Shape)","u":"concurrentBlockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentBlockedVector(double[], Shape, CNumber[], int[])","u":"concurrentBlockedVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlockedVector(double[], Shape, CNumber[], Shape)","u":"concurrentBlockedVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"concurrentBlockedVector(double[], Shape, double[], int[])","u":"concurrentBlockedVector(double[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentBlockedVector(double[], Shape, double[], Shape)","u":"concurrentBlockedVector(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"concurrentLoop(int, int, int, IntConsumer)","u":"concurrentLoop(int,int,int,java.util.function.IntConsumer)"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"concurrentLoop(int, int, IntConsumer)","u":"concurrentLoop(int,int,java.util.function.IntConsumer)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentReordered(CNumber[], Shape, CNumber[], Shape)","u":"concurrentReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentReordered(CNumber[], Shape, double[], Shape)","u":"concurrentReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentReordered(double[], Shape, CNumber[], Shape)","u":"concurrentReordered(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentReordered(double[], Shape, double[], Shape)","u":"concurrentReordered(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], int[], int[], Shape, CNumber[], int[], int[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], int[], int[], Shape, CNumber[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], int[], int[], Shape, double[], int[], int[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], int[], int[], Shape, double[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], Shape, CNumber[], int[], int[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentStandard(CNumber[], Shape, CNumber[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], Shape, double[], int[], int[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentStandard(CNumber[], Shape, double[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"concurrentStandard(double[], int[], int[], Shape, CNumber[], int[], int[], Shape)","u":"concurrentStandard(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(double[], int[], int[], Shape, CNumber[], Shape)","u":"concurrentStandard(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixMultiplication","l":"concurrentStandard(double[], int[], int[], Shape, double[], int[], int[], Shape)","u":"concurrentStandard(double[],int[],int[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"concurrentStandard(double[], int[], int[], Shape, double[], Shape)","u":"concurrentStandard(double[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(double[], Shape, CNumber[], int[], int[], Shape)","u":"concurrentStandard(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentStandard(double[], Shape, CNumber[], Shape)","u":"concurrentStandard(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"concurrentStandard(double[], Shape, double[], int[], int[], Shape)","u":"concurrentStandard(double[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentStandard(double[], Shape, double[], Shape)","u":"concurrentStandard(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], int[], int[], Shape, CNumber[], int[])","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], int[], int[], Shape, CNumber[], Shape)","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], int[], int[], Shape, double[], int[], Shape)","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], int[], int[], Shape, double[], Shape)","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], Shape, CNumber[], int[])","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], Shape, CNumber[], Shape)","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], Shape, double[], int[])","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], Shape, double[], Shape)","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"concurrentStandardVector(double[], int[], int[], Shape, CNumber[], int[], Shape)","u":"concurrentStandardVector(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(double[], int[], int[], Shape, CNumber[], Shape)","u":"concurrentStandardVector(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixMultiplication","l":"concurrentStandardVector(double[], int[], int[], Shape, double[], int[])","u":"concurrentStandardVector(double[],int[],int[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"concurrentStandardVector(double[], int[], int[], Shape, double[], Shape)","u":"concurrentStandardVector(double[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(double[], Shape, CNumber[], int[])","u":"concurrentStandardVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentStandardVector(double[], Shape, CNumber[], Shape)","u":"concurrentStandardVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"concurrentStandardVector(double[], Shape, double[], int[])","u":"concurrentStandardVector(double[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentStandardVector(double[], Shape, double[], Shape)","u":"concurrentStandardVector(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.linalg","c":"Condition","l":"cond(CMatrix)","u":"cond(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Condition","l":"cond(CMatrix, double)","u":"cond(org.flag4j.arrays.dense.CMatrix,double)"},{"p":"org.flag4j.linalg","c":"Condition","l":"cond(Matrix)","u":"cond(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg","c":"Condition","l":"cond(Matrix, double)","u":"cond(org.flag4j.arrays.dense.Matrix,double)"},{"p":"org.flag4j.linalg","c":"Condition","l":"Condition()","u":"%3Cinit%3E()"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"Configurations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"conj()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"conj()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"conj()"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"conj()"},{"p":"org.flag4j.core","c":"ComplexTensorMixin","l":"conj()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"conj()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"conj()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"conj(CNumber[])","u":"conj(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"conjT()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"contains(double[], double)","u":"contains(double[],double)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"contains(double[], double...)","u":"contains(double[],double...)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"contains(int[], int)","u":"contains(int[],int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"contains(int[], int...)","u":"contains(int[],int...)"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"content"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(CooCMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, CNumber[], int[], int[])","u":"%3Cinit%3E(int,org.flag4j.complex_numbers.CNumber[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, double[], int[], int[])","u":"%3Cinit%3E(int,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, int, CNumber[], int[], int[])","u":"%3Cinit%3E(int,int,org.flag4j.complex_numbers.CNumber[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, int, double[], int[], int[])","u":"%3Cinit%3E(int,int,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, int, int[], int[], int[])","u":"%3Cinit%3E(int,int,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, int[], int[], int[])","u":"%3Cinit%3E(int,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(Shape, CNumber[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(Shape, double[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(Shape, int[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(Shape, List, List, List)","u":"%3Cinit%3E(org.flag4j.core.Shape,java.util.List,java.util.List,java.util.List)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"CooCTensor(CooCTensor)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"CooCTensor(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"CooCTensor(Shape, CNumber[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"CooCTensor(Shape, double[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"CooCTensor(Shape, int[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,int[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(CooCVector)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(int, CNumber[], int[])","u":"%3Cinit%3E(int,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(int, double[], int[])","u":"%3Cinit%3E(int,double[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(int, int[], int[])","u":"%3Cinit%3E(int,int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(int, List, List)","u":"%3Cinit%3E(int,java.util.List,java.util.List)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(CooMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int, double[], int[], int[])","u":"%3Cinit%3E(int,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int, int, double[], int[], int[])","u":"%3Cinit%3E(int,int,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int, int, int[], int[], int[])","u":"%3Cinit%3E(int,int,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int, int[], int[], int[])","u":"%3Cinit%3E(int,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(Shape, double[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(Shape, int[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(Shape, List, List, List)","u":"%3Cinit%3E(org.flag4j.core.Shape,java.util.List,java.util.List,java.util.List)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"CooTensor(CooTensor)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"CooTensor(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"CooTensor(Shape, double[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"CooTensor(Shape, int[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,int[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"CooVector(CooVector)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"CooVector(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"CooVector(int, double[], int[])","u":"%3Cinit%3E(int,double[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"CooVector(int, int[], int[])","u":"%3Cinit%3E(int,int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"CooVector(int, List, List)","u":"%3Cinit%3E(int,java.util.List,java.util.List)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"copy()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"copy()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"copy()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"copy()"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"copy()"},{"p":"org.flag4j.core","c":"Shape","l":"copy()"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"copy()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copy2CNumber(CNumber[], CNumber[])","u":"copy2CNumber(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copy2CNumber(double[], CNumber[])","u":"copy2CNumber(double[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copy2CNumber(Double[], CNumber[])","u":"copy2CNumber(java.lang.Double[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copy2CNumber(int[], CNumber[])","u":"copy2CNumber(int[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copy2CNumber(Integer[], CNumber[])","u":"copy2CNumber(java.lang.Integer[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copy2CNumber(String[], CNumber[])","u":"copy2CNumber(java.lang.String[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"copyIndices()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"copyIndices()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copyOf(CNumber[])","u":"copyOf(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copyOfRange(CNumber[], int, int)","u":"copyOfRange(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixManipulations","l":"copyRanges(CooCMatrix, CNumber[], int[], int[], int[])","u":"copyRanges(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.complex_numbers.CNumber[],int[],int[],int[])"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixManipulations","l":"copyRanges(CooMatrix, double[], int[], int[], int[])","u":"copyRanges(org.flag4j.arrays.sparse.CooMatrix,double[],int[],int[],int[])"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"copyUpperTri(Matrix)","u":"copyUpperTri(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"copyValuesNotInSlice(CooCMatrix, List, List, List, int[], int[])","u":"copyValuesNotInSlice(org.flag4j.arrays.sparse.CooCMatrix,java.util.List,java.util.List,java.util.List,int[],int[])"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"copyValuesNotInSlice(CooMatrix, List, List, List, int[], int[])","u":"copyValuesNotInSlice(org.flag4j.arrays.sparse.CooMatrix,java.util.List,java.util.List,java.util.List,int[],int[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"cos(CNumber)","u":"cos(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"cos(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"cosh(CNumber)","u":"cosh(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"cosh(double)"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexChol()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexHess()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexLU()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexQR()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexSchur()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexSVD()"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseUtils","l":"createMap(int, int[])","u":"createMap(int,int[])"},{"p":"org.flag4j.core","c":"Shape","l":"createNewStrides()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealChol()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealHess()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealLU()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealQR()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealSchur()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealSVD()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"createUniqueMapping(int[])"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"cross(CVector)","u":"cross(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"cross(CVector)","u":"cross(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"cross(Vector)","u":"cross(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"cross(Vector)","u":"cross(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(CooCMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(CooMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(CsrCMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(int, int, CNumber[], int[], int[])","u":"%3Cinit%3E(int,int,org.flag4j.complex_numbers.CNumber[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(Shape, CNumber[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(Shape, double[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"SparseUtils","l":"CSREquals(CsrCMatrix, CsrCMatrix)","u":"CSREquals(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"SparseUtils","l":"CSREquals(CsrMatrix, CsrMatrix)","u":"CSREquals(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(CooMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(CsrMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(int, int, double[], int[], int[])","u":"%3Cinit%3E(int,int,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(Shape, double[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[],int[])"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(CTensor)","u":"%3Cinit%3E(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape, CNumber)","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape, CNumber[])","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape, double)","u":"%3Cinit%3E(org.flag4j.core.Shape,double)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape, double[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape, int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,int[])"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Tensor)","u":"%3Cinit%3E(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"currentFactor"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"currentFactor"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"currentFactor"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"currentFactor"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(CNumber...)","u":"%3Cinit%3E(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(CVector)","u":"%3Cinit%3E(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(double...)","u":"%3Cinit%3E(double...)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(int, CNumber)","u":"%3Cinit%3E(int,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(int...)","u":"%3Cinit%3E(int...)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(Vector)","u":"%3Cinit%3E(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"daemonFactory"},{"p":"org.flag4j.linalg.decompositions.chol","c":"ComplexCholesky","l":"decompose(CMatrix)","u":"decompose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"ComplexHess","l":"decompose(CMatrix)","u":"decompose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.decompositions.qr","c":"ComplexQR","l":"decompose(CMatrix)","u":"decompose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"decompose(CMatrix)","u":"decompose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.decompositions.chol","c":"RealCholesky","l":"decompose(Matrix)","u":"decompose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"RealHess","l":"decompose(Matrix)","u":"decompose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"decompose(Matrix)","u":"decompose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.qr","c":"RealQR","l":"decompose(Matrix)","u":"decompose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"decompose(Matrix)","u":"decompose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions","c":"Decomposition","l":"decompose(T)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"decompose(T)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"decompose(T)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"decompose(T)"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"LstsqSolver","l":"decompose(T)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"decomposeBase(T)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"decomposeBase(T)"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"DecompositionFactory()","u":"%3Cinit%3E()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"deepCopy(int[][], int[][])","u":"deepCopy(int[][],int[][])"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"DEFAULT_BLOCK_SIZE"},{"p":"org.flag4j.io","c":"PrintOptions","l":"DEFAULT_CENTER"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"DEFAULT_EXCEPTIONAL_ITERS"},{"p":"org.flag4j.io","c":"PrintOptions","l":"DEFAULT_MAX_COLS"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"DEFAULT_MAX_ITERS_FACTOR"},{"p":"org.flag4j.io","c":"PrintOptions","l":"DEFAULT_MAX_ROWS"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"DEFAULT_MIN_RECURSIVE_SIZE"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"DEFAULT_NUM_THREADS"},{"p":"org.flag4j.io","c":"PrintOptions","l":"DEFAULT_PADDING"},{"p":"org.flag4j.linalg.decompositions.chol","c":"Cholesky","l":"DEFAULT_POS_DEF_TOLERANCE"},{"p":"org.flag4j.io","c":"PrintOptions","l":"DEFAULT_PRECISION"},{"p":"org.flag4j.core","c":"TensorBase","l":"DEFAULT_ROUND_TO_ZERO_THRESHOLD"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"DEFAULT_ZERO_PIVOT_TOLERANCE"},{"p":"org.flag4j.core.dense_base","c":"DenseTensorBase","l":"DenseTensorBase(Shape, D)","u":"%3Cinit%3E(org.flag4j.core.Shape,D)"},{"p":"org.flag4j.core.sparse_base","c":"SparseTensorBase","l":"density()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexBackSolver","l":"det"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"det"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealBackSolver","l":"det"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"det"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"det()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"det()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"det()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"det()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"det()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"det()"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"det()"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"det()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"det(CMatrix)","u":"det(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"det(Matrix)","u":"det(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"det1(CMatrix)","u":"det1(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"det1(Matrix)","u":"det1(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"det2(CMatrix)","u":"det2(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"det2(Matrix)","u":"det2(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"det3(CMatrix)","u":"det3(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"det3(Matrix)","u":"det3(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"details"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"detLU(CMatrix)","u":"detLU(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"detLU(Matrix)","u":"detLU(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"detTri(CMatrix)","u":"detTri(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"detTri(Matrix)","u":"detTri(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"SymmTriDiagonal","l":"diag"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"digit(int)"},{"p":"org.flag4j.core","c":"Shape","l":"dims"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"DirectSum()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CMatrix, CMatrix)","u":"directSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CMatrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CMatrix, CooMatrix)","u":"directSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CMatrix, Matrix)","u":"directSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooCMatrix, CMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooCMatrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooCMatrix, CooMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooCMatrix, Matrix)","u":"directSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooMatrix, CMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooMatrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooMatrix, CooMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooMatrix, Matrix)","u":"directSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrCMatrix, CMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrCMatrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrCMatrix, CooMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrCMatrix, Matrix)","u":"directSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrMatrix, CMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrMatrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrMatrix, CooMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrMatrix, Matrix)","u":"directSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(Matrix, CMatrix)","u":"directSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(Matrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(Matrix, CooMatrix)","u":"directSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(Matrix, Matrix)","u":"directSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatch(CMatrix)","u":"dispatch(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(CMatrix, CMatrix)","u":"dispatch(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(CMatrix, CVector)","u":"dispatch(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(CMatrix, Matrix)","u":"dispatch(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(CMatrix, Vector)","u":"dispatch(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemDiv","l":"dispatch(CNumber[], Shape, CNumber[], Shape)","u":"dispatch(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemMult","l":"dispatch(CNumber[], Shape, CNumber[], Shape)","u":"dispatch(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(CNumber[], Shape, CNumber[], Shape)","u":"dispatch(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"dispatch(CNumber[], Shape, double[], Shape)","u":"dispatch(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemMult","l":"dispatch(CNumber[], Shape, double[], Shape)","u":"dispatch(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"dispatch(double[], Shape, CNumber[], Shape)","u":"dispatch(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemDiv","l":"dispatch(double[], Shape, double[], Shape)","u":"dispatch(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemMult","l":"dispatch(double[], Shape, double[], Shape)","u":"dispatch(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"dispatch(double[], Shape, double[], Shape)","u":"dispatch(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatch(Matrix)","u":"dispatch(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(Matrix, CMatrix)","u":"dispatch(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(Matrix, CVector)","u":"dispatch(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"dispatch(Matrix, Matrix)","u":"dispatch(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(Matrix, Vector)","u":"dispatch(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatchHermitian(CMatrix)","u":"dispatchHermitian(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseVectorOperations","l":"dispatchOuter(Vector, Vector)","u":"dispatchOuter(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatchTensor(CTensor, int, int)","u":"dispatchTensor(org.flag4j.arrays.dense.CTensor,int,int)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatchTensor(double[], Shape, int[])","u":"dispatchTensor(double[],org.flag4j.core.Shape,int[])"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatchTensor(Tensor, int, int)","u":"dispatchTensor(org.flag4j.arrays.dense.Tensor,int,int)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatchTranspose(CMatrix, CMatrix)","u":"dispatchTranspose(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatchTranspose(CMatrix, Matrix)","u":"dispatchTranspose(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatchTranspose(Matrix, CMatrix)","u":"dispatchTranspose(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"dispatchTranspose(Matrix, Matrix)","u":"dispatchTranspose(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"div(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"div(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"div(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"div(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"div(double)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"div(double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"div(double)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"div(double)"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"div(double)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"div(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"divEq(CNumber)","u":"divEq(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"divEq(double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTensorDot","l":"dot(CTensor, CTensor)","u":"dot(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"doubleImaginaryValue()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"doubleValue()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"E"},{"p":"org.flag4j.linalg","c":"Eigen","l":"Eigen()","u":"%3Cinit%3E()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemDiv","l":"elemDiv(CNumber[], Shape, CNumber[], Shape)","u":"elemDiv(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"elemDiv(CNumber[], Shape, double[], Shape)","u":"elemDiv(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"elemDiv(CooCMatrix, CMatrix)","u":"elemDiv(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"elemDiv(CooCMatrix, Matrix)","u":"elemDiv(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"elemDiv(CooCVector, CVector)","u":"elemDiv(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"elemDiv(CooCVector, Vector)","u":"elemDiv(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"elemDiv(CooMatrix, CMatrix)","u":"elemDiv(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"elemDiv(CooMatrix, Matrix)","u":"elemDiv(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"elemDiv(CooVector, CVector)","u":"elemDiv(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"elemDiv(CooVector, Vector)","u":"elemDiv(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"elemDiv(CTensor)","u":"elemDiv(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"elemDiv(CTensor)","u":"elemDiv(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemDiv(CTensor)","u":"elemDiv(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"elemDiv(CVector)","u":"elemDiv(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemDiv(CVector)","u":"elemDiv(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemDiv(CVector)","u":"elemDiv(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemDiv(CVector)","u":"elemDiv(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"elemDiv(double[], Shape, CNumber[], Shape)","u":"elemDiv(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemDiv","l":"elemDiv(double[], Shape, double[], Shape)","u":"elemDiv(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"elemDiv(T)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"elemDiv(T)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"elemDiv(Tensor)","u":"elemDiv(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"elemDiv(Tensor)","u":"elemDiv(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemDiv(Tensor)","u":"elemDiv(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"elemDiv(U)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"elemDiv(Vector)","u":"elemDiv(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemDiv(Vector)","u":"elemDiv(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemDiv(Vector)","u":"elemDiv(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemDiv(Vector)","u":"elemDiv(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemDiv","l":"elemDivConcurrent(CNumber[], Shape, CNumber[], Shape)","u":"elemDivConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"elemDivConcurrent(CNumber[], Shape, double[], Shape)","u":"elemDivConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"elemDivConcurrent(double[], Shape, CNumber[], Shape)","u":"elemDivConcurrent(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemDiv","l":"elemDivConcurrent(double[], Shape, double[], Shape)","u":"elemDivConcurrent(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"elemMult(CMatrix, CooCMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"elemMult(CMatrix, CooMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemMult","l":"elemMult(CNumber[], Shape, CNumber[], Shape)","u":"elemMult(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemMult","l":"elemMult(CNumber[], Shape, double[], Shape)","u":"elemMult(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"elemMult(CooCMatrix, CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"elemMult(CooCMatrix, CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"elemMult(CooCTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"elemMult(CooCTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"elemMult(CooCTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemMult(CooCTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"elemMult(CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"elemMult(CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemMult(CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemMult(CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemMult(CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"elemMult(CooCVector, CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"elemMult(CooCVector, CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"elemMult(CooMatrix, CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"elemMult(CooTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"elemMult(CooTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"elemMult(CooTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemMult(CooTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"elemMult(CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"elemMult(CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemMult(CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemMult(CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemMult(CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseVectorOperations","l":"elemMult(CooVector, CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(CsrCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(CsrCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrOperations","l":"elemMult(CsrCMatrix, CsrMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(CsrMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(CsrMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"elemMult(CTensor)","u":"elemMult(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemMult(CTensor)","u":"elemMult(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseOperations","l":"elemMult(CTensor, CooCTensor)","u":"elemMult(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"elemMult(CTensor, CooTensor)","u":"elemMult(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"elemMult(CVector)","u":"elemMult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemMult(CVector)","u":"elemMult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemMult(CVector)","u":"elemMult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemMult(CVector)","u":"elemMult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"elemMult(CVector, CooCVector)","u":"elemMult(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"elemMult(CVector, CooVector)","u":"elemMult(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemMult","l":"elemMult(double[], Shape, double[], Shape)","u":"elemMult(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"elemMult(Matrix, CooCMatrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"elemMult(Matrix, CooMatrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"elemMult(T)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"elemMult(T)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"elemMult(T)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"elemMult(Tensor)","u":"elemMult(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemMult(Tensor)","u":"elemMult(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"elemMult(Tensor, CooCTensor)","u":"elemMult(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseTensorOperations","l":"elemMult(Tensor, CooTensor)","u":"elemMult(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"elemMult(Vector)","u":"elemMult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemMult(Vector)","u":"elemMult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemMult(Vector)","u":"elemMult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemMult(Vector)","u":"elemMult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"elemMult(Vector, CooCVector)","u":"elemMult(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"elemMult(Vector, CooVector)","u":"elemMult(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemMult","l":"elemMultConcurrent(CNumber[], Shape, CNumber[], Shape)","u":"elemMultConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemMult","l":"elemMultConcurrent(CNumber[], Shape, double[], Shape)","u":"elemMultConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemMult","l":"elemMultConcurrent(double[], Shape, double[], Shape)","u":"elemMultConcurrent(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.linalg.decompositions.chol","c":"Cholesky","l":"enforceHermitian"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"enforceLower"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"enforceSymmetric"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"enforceTriU"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"ensureTensor(TensorBase, ?, ?, ?, ?, ?, ?>)","u":"ensureTensor(org.flag4j.core.TensorBase)"},{"p":"org.flag4j.core","c":"TensorBase","l":"entries"},{"p":"org.flag4j.core","c":"Shape","l":"entriesIndex(int...)"},{"p":"org.flag4j.util","c":"Flag4jConstants","l":"EPS_F32"},{"p":"org.flag4j.util","c":"Flag4jConstants","l":"EPS_F64"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"EQ_SHAPE_MISMATCH_ERR"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"equals(double)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"equals(double[], CNumber[])","u":"equals(double[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"SymmTriDiagonal","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.core","c":"Shape","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.core","c":"TensorComparisonsMixin","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"equalShapeErrMsg(Shape, Shape)","u":"equalShapeErrMsg(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"equalsNumber(Number)","u":"equalsNumber(java.lang.Number)"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"ERR_MSG"},{"p":"org.flag4j.linalg","c":"RowEchelon","l":"erref(CMatrix)","u":"erref(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"RowEchelon","l":"erref(Matrix)","u":"erref(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"error(String)","u":"error(java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"errorCheck(String)","u":"errorCheck(java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"errorCheck(String, String)","u":"errorCheck(java.lang.String,java.lang.String)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"ErrorMessages()","u":"%3Cinit%3E()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"eulers()"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"ExactSolver(LU, LinearSolver, LinearSolver)","u":"%3Cinit%3E(org.flag4j.linalg.decompositions.lu.LU,org.flag4j.linalg.solvers.LinearSolver,org.flag4j.linalg.solvers.LinearSolver)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactTensorSolver","l":"ExactTensorSolver(LinearSolver)","u":"%3Cinit%3E(org.flag4j.linalg.solvers.LinearSolver)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"exceptionalThreshold"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"exp(CNumber)","u":"exp(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"exp(double)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"extend(int, int)","u":"extend(int,int)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"extend(int, int)","u":"extend(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"extend(int, int)","u":"extend(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"extend(int, int)","u":"extend(int,int)"},{"p":"org.flag4j.core","c":"VectorManipulationsMixin","l":"extend(int, int)","u":"extend(int,int)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"ComplexSVD","l":"extractNormalizedCols(CMatrix, int)","u":"extractNormalizedCols(org.flag4j.arrays.dense.CMatrix,int)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"RealSVD","l":"extractNormalizedCols(Matrix, int)","u":"extractNormalizedCols(org.flag4j.arrays.dense.Matrix,int)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"extractNormalizedCols(T, int)","u":"extractNormalizedCols(T,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"fib(CMatrix)","u":"fib(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"fib(CMatrix)","u":"fib(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"fib(CMatrix)","u":"fib(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"fib(CMatrix)","u":"fib(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"fib(CMatrix)","u":"fib(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"fib(CMatrix)","u":"fib(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"fib(CMatrix)","u":"fib(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"fib(CooCMatrix)","u":"fib(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"fib(CooCMatrix)","u":"fib(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"fib(CooCMatrix)","u":"fib(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"fib(CooCMatrix)","u":"fib(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"fib(CooCMatrix)","u":"fib(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"fib(CooCMatrix)","u":"fib(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"fib(CooCMatrix)","u":"fib(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"fib(CooMatrix)","u":"fib(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"fib(CooMatrix)","u":"fib(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"fib(CooMatrix)","u":"fib(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"fib(CooMatrix)","u":"fib(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"fib(CooMatrix)","u":"fib(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"fib(CooMatrix)","u":"fib(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"fib(CooMatrix)","u":"fib(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"fib(CsrCMatrix)","u":"fib(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"fib(CsrMatrix)","u":"fib(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"fib(Matrix)","u":"fib(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"fib(Matrix)","u":"fib(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"fib(Matrix)","u":"fib(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"fib(Matrix)","u":"fib(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"fib(Matrix)","u":"fib(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"fib(Matrix)","u":"fib(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"fib(Matrix)","u":"fib(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.io","c":"TensorInputStream","l":"fileIn"},{"p":"org.flag4j.io","c":"TensorOutputStream","l":"fileOut"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fill(CNumber[], CNumber)","u":"fill(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fill(CNumber[], double)","u":"fill(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fill(CNumber[], double, int, int)","u":"fill(org.flag4j.complex_numbers.CNumber[],double,int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fill(CNumber[], int, int, CNumber)","u":"fill(org.flag4j.complex_numbers.CNumber[],int,int,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fill(CNumber[][], CNumber)","u":"fill(org.flag4j.complex_numbers.CNumber[][],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fill(double[][], double)","u":"fill(double[][],double)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"filledArray(int, int)","u":"filledArray(int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fillZeros(CNumber[])","u":"fillZeros(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fillZeros(CNumber[], int, int)","u":"fillZeros(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fillZeros(CNumber[][])","u":"fillZeros(org.flag4j.complex_numbers.CNumber[][])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fillZeros(double[], int, int)","u":"fillZeros(double[],int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"findFirstLast(int[], int)","u":"findFirstLast(int[],int)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"findMaxAndInit(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"findMaxAndInit(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"findMaxAndInit(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"findMaxAndInit(int)"},{"p":"org.flag4j.util","c":"Flag4jConstants","l":"Flag4jConstants()","u":"%3Cinit%3E()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"flatten()"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"flatten()"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"flatten()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"flatten()"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"flatten()"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"flatten()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"flatten()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"flatten()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"flatten()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"flatten()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"flatten()"},{"p":"org.flag4j.core","c":"TensorManipulationsMixin","l":"flatten()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"flatten(CNumber[][])","u":"flatten(org.flag4j.complex_numbers.CNumber[][])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"flatten(double[][])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"flatten(int)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"flatten(int)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"flatten(int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"flatten(int)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"flatten(int)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"flatten(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"flatten(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"flatten(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"flatten(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"flatten(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"flatten(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"flatten(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"flatten(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"flatten(int)"},{"p":"org.flag4j.core","c":"TensorManipulationsMixin","l":"flatten(int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"flatten(int[][])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"floatImaginaryValue()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"floatValue()"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"forwardSolver"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"ForwardSolver(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"fromColSwaps(int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"fromDense(CMatrix)","u":"fromDense(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"fromDense(CTensor)","u":"fromDense(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"fromDense(CVector)","u":"fromDense(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"fromDense(Matrix)","u":"fromDense(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"fromDense(Tensor)","u":"fromDense(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"fromDense(Vector)","u":"fromDense(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fromDoubleList(List)","u":"fromDoubleList(java.util.List)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fromIntegerList(List)","u":"fromIntegerList(java.util.List)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fromIntegerList(List, int[])","u":"fromIntegerList(java.util.List,int[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"fromList(List, T[])","u":"fromList(java.util.List,T[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"fromPolar(double, double)","u":"fromPolar(double,double)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU.Pivoting","l":"FULL"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"fullPivot()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"fullPivot()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"fullPivot()"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"generalEquals(CooCTensor, SparseTensorBase, ?, ?, ?, ?, ?, ?>)","u":"generalEquals(org.flag4j.arrays.sparse.CooCTensor,org.flag4j.core.sparse_base.SparseTensorBase)"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"generalEquals(CooTensor, SparseTensorBase, ?, ?, ?, ?, ?, ?>)","u":"generalEquals(org.flag4j.arrays.sparse.CooTensor,org.flag4j.core.sparse_base.SparseTensorBase)"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"generalEquals(CTensor, DenseTensorBase, ?, ?, ?, ?>)","u":"generalEquals(org.flag4j.arrays.dense.CTensor,org.flag4j.core.dense_base.DenseTensorBase)"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"generalEquals(CTensor, SparseTensorBase, ?, ?, ?, ?, ?, ?>)","u":"generalEquals(org.flag4j.arrays.dense.CTensor,org.flag4j.core.sparse_base.SparseTensorBase)"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"generalEquals(DenseTensorBase, ?, ?, ?, ?>, SparseTensorBase, ?, ?, ?, ?, ?, ?>)","u":"generalEquals(org.flag4j.core.dense_base.DenseTensorBase,org.flag4j.core.sparse_base.SparseTensorBase)"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"generalEquals(Tensor, DenseTensorBase, ?, ?, ?, ?>)","u":"generalEquals(org.flag4j.arrays.dense.Tensor,org.flag4j.core.dense_base.DenseTensorBase)"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"generalEquals(Tensor, SparseTensorBase, ?, ?, ?, ?, ?, ?>)","u":"generalEquals(org.flag4j.arrays.dense.Tensor,org.flag4j.core.sparse_base.SparseTensorBase)"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"generalEquals(TensorBase, ?, ?, ?, ?, ?, ?>, TensorBase, ?, ?, ?, ?, ?, ?>)","u":"generalEquals(org.flag4j.core.TensorBase,org.flag4j.core.TensorBase)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"genNormalComplexArray(int)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"genNormalComplexArray(int, double, double)","u":"genNormalComplexArray(int,double,double)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"genNormalRealArray(int)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"genNormalRealArray(int, double, double)","u":"genNormalRealArray(int,double,double)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"genRandomRows(int, int, int, int)","u":"genRandomRows(int,int,int,int)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"genUniformComplexArray(int)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"genUniformComplexArray(int, double, double)","u":"genUniformComplexArray(int,double,double)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"genUniformRealArray(int)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"genUniformRealArray(int, double, double)","u":"genUniformRealArray(int,double,double)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"genUniformRealIntArray(int)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"genUniformRealIntArray(int, int, int)","u":"genUniformRealIntArray(int,int,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"geRandomTrilMatrix(int, int, int)","u":"geRandomTrilMatrix(int,int,int)"},{"p":"org.flag4j.core","c":"Shape","l":"get(int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU.Pivoting","l":"get(int)"},{"p":"org.flag4j.arrays.sparse","c":"SymmTriDiagonal","l":"get(int, int)","u":"get(int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"get(int...)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"get(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"get(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"get(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"get(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"get(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"get(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"get(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"get(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"get(int...)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"get(int...)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"get(int...)"},{"p":"org.flag4j.core","c":"MatrixMixin","l":"get(int...)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"get(int...)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"get2x2EigenValues(CMatrix)","u":"get2x2EigenValues(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"get2x2EigenValues(CNumber, CNumber, CNumber, CNumber)","u":"get2x2EigenValues(org.flag4j.complex_numbers.CNumber,org.flag4j.complex_numbers.CNumber,org.flag4j.complex_numbers.CNumber,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"get2x2EigenValues(double, double, double, double)","u":"get2x2EigenValues(double,double,double,double)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"get2x2EigenValues(Matrix)","u":"get2x2EigenValues(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"get2x2Rotator(CNumber, CNumber)","u":"get2x2Rotator(org.flag4j.complex_numbers.CNumber,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"get2x2Rotator(CVector)","u":"get2x2Rotator(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"get2x2Rotator(double, double)","u":"get2x2Rotator(double,double)"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"get2x2Rotator(Vector)","u":"get2x2Rotator(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getArrayLengthsMismatchErr(int...)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getAxisErr(int)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getAxisErr(int, int...)","u":"getAxisErr(int,int...)"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"getBlockSize()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"getCol(CooCMatrix, int)","u":"getCol(org.flag4j.arrays.sparse.CooCMatrix,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"getCol(CooCMatrix, int, int, int)","u":"getCol(org.flag4j.arrays.sparse.CooCMatrix,int,int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"getCol(CooMatrix, int)","u":"getCol(org.flag4j.arrays.sparse.CooMatrix,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"getCol(CooMatrix, int, int, int)","u":"getCol(org.flag4j.arrays.sparse.CooMatrix,int,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"getCol(int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"getCol(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"getCol(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"getCol(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"getCol(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"getCol(int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"getCol(int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"getCol(int, int, int)","u":"getCol(int,int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"getCol(int, int, int)","u":"getCol(int,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"getCol(int, int, int)","u":"getCol(int,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"getCol(int, int, int)","u":"getCol(int,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"getCol(int, int, int)","u":"getCol(int,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"getCol(int, int, int)","u":"getCol(int,int,int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"getCol(int, int, int)","u":"getCol(int,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"getColAsVector(int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"getColAsVector(int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"getColBelow(int, int)","u":"getColBelow(int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"getColBelow(int, int)","u":"getColBelow(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"getColBelow(int, int)","u":"getColBelow(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"getColBelow(int, int)","u":"getColBelow(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"getColBelow(int, int)","u":"getColBelow(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"getColBelow(int, int)","u":"getColBelow(int,int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"getColBelow(int, int)","u":"getColBelow(int,int)"},{"p":"org.flag4j.linalg","c":"SubSpace","l":"getColSpace(CMatrix)","u":"getColSpace(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"SubSpace","l":"getColSpace(Matrix)","u":"getColSpace(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"getContent()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexBackSolver","l":"getDet()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"getDet()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealBackSolver","l":"getDet()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"getDet()"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"getDetails()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"getDiag()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"getDiag()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"getDiag()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"getDiag()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"getDiag()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"getDiag()"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"getDiag()"},{"p":"org.flag4j.core","c":"Shape","l":"getDims()"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenPairs(CMatrix)","u":"getEigenPairs(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenPairs(Matrix)","u":"getEigenPairs(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenValues(CMatrix)","u":"getEigenValues(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenValues(CMatrix, ComplexSchur)","u":"getEigenValues(org.flag4j.arrays.dense.CMatrix,org.flag4j.linalg.decompositions.schur.ComplexSchur)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenValues(CMatrix, long)","u":"getEigenValues(org.flag4j.arrays.dense.CMatrix,long)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenValues(CMatrix, long, int)","u":"getEigenValues(org.flag4j.arrays.dense.CMatrix,long,int)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenValues(Matrix)","u":"getEigenValues(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenValues(Matrix, long)","u":"getEigenValues(org.flag4j.arrays.dense.Matrix,long)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenValues(Matrix, long, int)","u":"getEigenValues(org.flag4j.arrays.dense.Matrix,long,int)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenValues(Matrix, RealSchur)","u":"getEigenValues(org.flag4j.arrays.dense.Matrix,org.flag4j.linalg.decompositions.schur.RealSchur)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenVectors(CMatrix)","u":"getEigenVectors(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenVectors(CMatrix, ComplexSchur)","u":"getEigenVectors(org.flag4j.arrays.dense.CMatrix,org.flag4j.linalg.decompositions.schur.ComplexSchur)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenVectors(CMatrix, long)","u":"getEigenVectors(org.flag4j.arrays.dense.CMatrix,long)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenVectors(CMatrix, long, int)","u":"getEigenVectors(org.flag4j.arrays.dense.CMatrix,long,int)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenVectors(Matrix)","u":"getEigenVectors(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenVectors(Matrix, long)","u":"getEigenVectors(org.flag4j.arrays.dense.Matrix,long)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenVectors(Matrix, long, int)","u":"getEigenVectors(org.flag4j.arrays.dense.Matrix,long,int)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenVectors(Matrix, RealSchur)","u":"getEigenVectors(org.flag4j.arrays.dense.Matrix,org.flag4j.linalg.decompositions.schur.RealSchur)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenVectorsTriu(CMatrix)","u":"getEigenVectorsTriu(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"getEigenVectorsTriu(Matrix)","u":"getEigenVectorsTriu(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"getEmpty(int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"getEmpty(int, int)","u":"getEmpty(int,int)"},{"p":"org.flag4j.core","c":"TensorBase","l":"getEntries()"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"getGeneralRotator(int, int, int, double)","u":"getGeneralRotator(int,int,int,double)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getGreaterEqErr(double, double)","u":"getGreaterEqErr(double,double)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"ComplexHess","l":"getH()"},{"p":"org.flag4j.linalg.decompositions.hess","c":"RealHess","l":"getH()"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"getH()"},{"p":"org.flag4j.core","c":"Shape","l":"getIndices(int)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getIndicesRankErr(int, int)","u":"getIndicesRankErr(int,int)"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"getInstance()"},{"p":"org.flag4j.linalg","c":"TensorInvert","l":"getInvShape(Shape, int)","u":"getInvShape(org.flag4j.core.Shape,int)"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"getKind()"},{"p":"org.flag4j.linalg.decompositions.chol","c":"Cholesky","l":"getL()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"getL()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"getL()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"getL()"},{"p":"org.flag4j.linalg","c":"SubSpace","l":"getLeftNullSpace(CMatrix)","u":"getLeftNullSpace(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"SubSpace","l":"getLeftNullSpace(Matrix)","u":"getLeftNullSpace(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getLessEqErr(double, double)","u":"getLessEqErr(double,double)"},{"p":"org.flag4j.linalg.decompositions.chol","c":"Cholesky","l":"getLH()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"getLU()"},{"p":"org.flag4j.io","c":"PrintOptions","l":"getMaxColumns()"},{"p":"org.flag4j.io","c":"PrintOptions","l":"getMaxRows()"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"getMinRecursiveSize()"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getNamedGreaterEqErr(double, double, String)","u":"getNamedGreaterEqErr(double,double,java.lang.String)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getNamedLessEqErr(BigInteger, double, String)","u":"getNamedLessEqErr(java.math.BigInteger,double,java.lang.String)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getNamedLessEqErr(double, double, String)","u":"getNamedLessEqErr(double,double,java.lang.String)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getNegValueErr(double)"},{"p":"org.flag4j.core","c":"Shape","l":"getNextIndices(int[], int)","u":"getNextIndices(int[],int)"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"getNextSymbol()"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"getNextToken()"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getNonPosErr(double)"},{"p":"org.flag4j.linalg","c":"SubSpace","l":"getNullSpace(CMatrix)","u":"getNullSpace(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"SubSpace","l":"getNullSpace(Matrix)","u":"getNullSpace(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"getNumColSwaps()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"getNumRowSwaps()"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"getNumThreads()"},{"p":"org.flag4j.linalg.transformations","c":"Projection","l":"getOrthogonal(double, double, double, double)","u":"getOrthogonal(double,double,double,double)"},{"p":"org.flag4j.linalg.transformations","c":"Projection","l":"getOrthogonal(double, double, double, double, double, double)","u":"getOrthogonal(double,double,double,double,double,double)"},{"p":"org.flag4j.linalg.transformations","c":"Projection","l":"getOrthogonal2D(double, double)","u":"getOrthogonal2D(double,double)"},{"p":"org.flag4j.linalg.transformations","c":"Projection","l":"getOrthogonal2D(double, double, double, double)","u":"getOrthogonal2D(double,double,double,double)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactTensorSolver","l":"getOutputShape(T, T, int)","u":"getOutputShape(T,T,int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"getP()"},{"p":"org.flag4j.io","c":"PrintOptions","l":"getPadding()"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"getParallelismLevel()"},{"p":"org.flag4j.linalg.transformations","c":"Projection","l":"getPerspective(double, double, double, double)","u":"getPerspective(double,double,double,double)"},{"p":"org.flag4j.linalg.transformations","c":"Projection","l":"getPerspective(double, double, double, double, double)","u":"getPerspective(double,double,double,double,double)"},{"p":"org.flag4j.io","c":"PrintOptions","l":"getPrecision()"},{"p":"org.flag4j.linalg","c":"TensorInvert","l":"getProduct(int[], int)","u":"getProduct(int[],int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"getQ()"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"getQ()"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"getQ()"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"getQ()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"ComplexQR","l":"getR()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"RealQR","l":"getR()"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getRangeErr(double, double, double, String)","u":"getRangeErr(double,double,double,java.lang.String)"},{"p":"org.flag4j.core","c":"Shape","l":"getRank()"},{"p":"org.flag4j.core","c":"TensorBase","l":"getRank()"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"getRank()"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"getRatio(Shape)","u":"getRatio(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"getRatio(Shape)","u":"getRatio(org.flag4j.core.Shape)"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"getReflector(CVector)","u":"getReflector(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"getReflector(Vector)","u":"getReflector(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"getRotator(CVector, int)","u":"getRotator(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"getRotator(double[], int)","u":"getRotator(double[],int)"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"getRotator(Vector, int)","u":"getRotator(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"getRow(CooCMatrix, int)","u":"getRow(org.flag4j.arrays.sparse.CooCMatrix,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"getRow(CooCMatrix, int, int, int)","u":"getRow(org.flag4j.arrays.sparse.CooCMatrix,int,int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"getRow(CooMatrix, int)","u":"getRow(org.flag4j.arrays.sparse.CooMatrix,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"getRow(CooMatrix, int, int, int)","u":"getRow(org.flag4j.arrays.sparse.CooMatrix,int,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"getRow(int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"getRow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"getRow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"getRow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"getRow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"getRow(int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"getRow(int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"getRowAfter(int, int)","u":"getRowAfter(int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"getRowAfter(int, int)","u":"getRowAfter(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"getRowAfter(int, int)","u":"getRowAfter(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"getRowAfter(int, int)","u":"getRowAfter(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"getRowAfter(int, int)","u":"getRowAfter(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"getRowAfter(int, int)","u":"getRowAfter(int,int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"getRowAfter(int, int)","u":"getRowAfter(int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"getRowAsVector(int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"getRowAsVector(int)"},{"p":"org.flag4j.linalg","c":"SubSpace","l":"getRowSpace(CMatrix)","u":"getRowSpace(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"SubSpace","l":"getRowSpace(Matrix)","u":"getRowSpace(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"getS()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"getSelf()"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"getSelf()"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"getSelf()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"getSelf()"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"getSelf()"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"getSelf()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"getSelf()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"getSelf()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"getSelf()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"getSelf()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"getSelf()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"getSelf()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"getSelf()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"getSelf()"},{"p":"org.flag4j.core","c":"TensorBase","l":"getSelf()"},{"p":"org.flag4j.core","c":"TensorBase","l":"getShape()"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getShapeBroadcastErr(Shape, Shape)","u":"getShapeBroadcastErr(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"getSlice(CooCMatrix, int, int, int, int)","u":"getSlice(org.flag4j.arrays.sparse.CooCMatrix,int,int,int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"getSlice(CooMatrix, int, int, int, int)","u":"getSlice(org.flag4j.arrays.sparse.CooMatrix,int,int,int,int)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"getSlice(CsrCMatrix, int, int, int, int)","u":"getSlice(org.flag4j.arrays.sparse.CsrCMatrix,int,int,int,int)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"getSlice(CsrMatrix, int, int, int, int)","u":"getSlice(org.flag4j.arrays.sparse.CsrMatrix,int,int,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"getSlice(int, int, int, int)","u":"getSlice(int,int,int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"getSlice(int, int, int, int)","u":"getSlice(int,int,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"getSlice(int, int, int, int)","u":"getSlice(int,int,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"getSlice(int, int, int, int)","u":"getSlice(int,int,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"getSlice(int, int, int, int)","u":"getSlice(int,int,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"getSlice(int, int, int, int)","u":"getSlice(int,int,int,int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"getSlice(int, int, int, int)","u":"getSlice(int,int,int,int)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getSquareShapeErr(Shape)","u":"getSquareShapeErr(org.flag4j.core.Shape)"},{"p":"org.flag4j.core","c":"Shape","l":"getStrides()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"getT()"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getTotalEntriesErr()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"getU()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"getU()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"getU()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"getU()"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"getU()"},{"p":"org.flag4j.linalg.decompositions.hess","c":"ComplexHess","l":"getUpper()"},{"p":"org.flag4j.linalg.decompositions.hess","c":"RealHess","l":"getUpper()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"ComplexQR","l":"getUpper()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"RealQR","l":"getUpper()"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"getUpper()"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"getUpper(CMatrix)","u":"getUpper(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"getUpper(Matrix)","u":"getUpper(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"getUpper(T)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"getUtilityClassErrMsg()"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"getV()"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"getVector(Vector)","u":"getVector(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"Givens()","u":"%3Cinit%3E()"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"GREATER_EQ_ERR"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"H()"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"H()"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"H()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"H()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"H()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"H()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"H()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"H()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"H()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"H()"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"H()"},{"p":"org.flag4j.core","c":"ComplexTensorMixin","l":"H()"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"H()"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"H(int, int)","u":"H(int,int)"},{"p":"org.flag4j.core","c":"ComplexTensorExclusiveMixin","l":"H(int, int)","u":"H(int,int)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"H(int...)"},{"p":"org.flag4j.core","c":"ComplexTensorExclusiveMixin","l":"H(int...)"},{"p":"org.flag4j.linalg","c":"SubSpace","l":"hasEqualSpan(CMatrix, CMatrix)","u":"hasEqualSpan(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"SubSpace","l":"hasEqualSpan(Matrix, Matrix)","u":"hasEqualSpan(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"hashCode()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"hashCode()"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"hashCode()"},{"p":"org.flag4j.arrays.sparse","c":"SymmTriDiagonal","l":"hashCode()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"hashCode()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"hashCode()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"hashCode()"},{"p":"org.flag4j.core","c":"Shape","l":"hashCode()"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"HERMATION_BLOCKED_THRESHOLD"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"hermTranspose()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"hermTranspose()"},{"p":"org.flag4j.core","c":"ComplexTensorMixin","l":"hermTranspose()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"hermTranspose(CsrCMatrix)","u":"hermTranspose(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.core","c":"ComplexTensorExclusiveMixin","l":"hermTranspose(int, int)","u":"hermTranspose(int,int)"},{"p":"org.flag4j.core","c":"ComplexTensorExclusiveMixin","l":"hermTranspose(int...)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"hess"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"Householder()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"householderVector"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"householderVector"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"I(int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"I(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"I(int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"I(int, int)","u":"I(int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"I(int, int)","u":"I(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"I(int, int)","u":"I(int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"I(Shape)","u":"I(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"I(Shape)","u":"I(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"I(Shape)","u":"I(org.flag4j.core.Shape)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"im"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"im()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"IMAGINARY_UNIT"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"imagUnit()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"indexOf(int[], int)","u":"indexOf(int[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"indices"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"indices"},{"p":"org.flag4j.core.sparse_base","c":"SparseTensorBase","l":"indices"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"INDICES_RANK_ERR"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"infNorm(CMatrix)","u":"infNorm(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"infNorm(ComplexDenseTensorBase, ?>)","u":"infNorm(org.flag4j.core.dense_base.ComplexDenseTensorBase)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"infNorm(CooCVector)","u":"infNorm(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"infNorm(CooVector)","u":"infNorm(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"infNorm(CTensor)","u":"infNorm(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"infNorm(CVector)","u":"infNorm(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"infNorm(Matrix)","u":"infNorm(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"infNorm(RealDenseTensorBase, ?>)","u":"infNorm(org.flag4j.core.dense_base.RealDenseTensorBase)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"infNorm(Vector)","u":"infNorm(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.util.exceptions","c":"SingularMatrixException","l":"INFO"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"initLU(CMatrix)","u":"initLU(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"initLU(Matrix)","u":"initLU(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"initLU(T)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ComplexExactTensorSolver","l":"initMatrix(CTensor, int)","u":"initMatrix(org.flag4j.arrays.dense.CTensor,int)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactTensorSolver","l":"initMatrix(T, int)","u":"initMatrix(T,int)"},{"p":"org.flag4j.linalg.solvers.exact","c":"RealExactTensorSolver","l":"initMatrix(Tensor, int)","u":"initMatrix(org.flag4j.arrays.dense.Tensor,int)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"ComplexHess","l":"initQ()"},{"p":"org.flag4j.linalg.decompositions.hess","c":"RealHess","l":"initQ()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"ComplexQR","l":"initQ()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"RealQR","l":"initQ()"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"initQ()"},{"p":"org.flag4j.linalg.decompositions.svd","c":"ComplexSVD","l":"initUV(Shape, int)","u":"initUV(org.flag4j.core.Shape,int)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"RealSVD","l":"initUV(Shape, int)","u":"initUV(org.flag4j.core.Shape,int)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"initUV(Shape, int)","u":"initUV(org.flag4j.core.Shape,int)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ComplexExactTensorSolver","l":"initVector(CTensor)","u":"initVector(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactTensorSolver","l":"initVector(T)"},{"p":"org.flag4j.linalg.solvers.exact","c":"RealExactTensorSolver","l":"initVector(Tensor)","u":"initVector(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"initWorkArrays(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"initWorkArrays(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"initWorkArrays(int)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"inner(CNumber[], double[], int[], int)","u":"inner(org.flag4j.complex_numbers.CNumber[],double[],int[],int)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"inner(CooCVector)","u":"inner(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"inner(CooCVector)","u":"inner(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"inner(CooCVector)","u":"inner(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"inner(CooCVector)","u":"inner(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"inner(CooCVector)","u":"inner(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"inner(CooCVector, CooCVector)","u":"inner(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"inner(CooCVector, CooVector)","u":"inner(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"inner(CooVector)","u":"inner(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"inner(CooVector)","u":"inner(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"inner(CooVector)","u":"inner(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"inner(CooVector)","u":"inner(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"inner(CooVector)","u":"inner(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"inner(CooVector, CooCVector)","u":"inner(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseVectorOperations","l":"inner(CooVector, CooVector)","u":"inner(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"inner(CVector)","u":"inner(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"inner(CVector)","u":"inner(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"inner(CVector)","u":"inner(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"inner(CVector)","u":"inner(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"inner(CVector)","u":"inner(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"inner(double[], CNumber[], int[], int)","u":"inner(double[],org.flag4j.complex_numbers.CNumber[],int[],int)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"inner(double[], double[], int[], int)","u":"inner(double[],double[],int[],int)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"inner(double[], int[], int, CNumber[])","u":"inner(double[],int[],int,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"inner(Vector)","u":"inner(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"inner(Vector)","u":"inner(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"inner(Vector)","u":"inner(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"inner(Vector)","u":"inner(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"inner(Vector)","u":"inner(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseVectorOperations","l":"innerProduct(CNumber[], CNumber[])","u":"innerProduct(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"innerProduct(CNumber[], CNumber[], int[], int)","u":"innerProduct(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[],int[],int)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseVectorOperations","l":"innerProduct(CNumber[], double[])","u":"innerProduct(org.flag4j.complex_numbers.CNumber[],double[])"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"innerProduct(CNumber[], int[], int, CNumber[])","u":"innerProduct(org.flag4j.complex_numbers.CNumber[],int[],int,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseVectorOperations","l":"innerProduct(double[], CNumber[])","u":"innerProduct(double[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseVectorOperations","l":"innerProduct(double[], double[])","u":"innerProduct(double[],double[])"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"innerSelf()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"inSlice(int, int, int, int, int, int)","u":"inSlice(int,int,int,int,int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"inSlice(int, int, int, int, int, int)","u":"inSlice(int,int,int,int,int,int)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"intImaginaryValue()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"intRange(int, int)","u":"intRange(int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"intRange(int, int, int)","u":"intRange(int,int,int)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"intValue()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"INV_IMAGINARY_UNIT"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"inv()"},{"p":"org.flag4j.linalg","c":"Invert","l":"inv(CMatrix)","u":"inv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"TensorInvert","l":"inv(CTensor, int)","u":"inv(org.flag4j.arrays.dense.CTensor,int)"},{"p":"org.flag4j.linalg","c":"Invert","l":"inv(Matrix)","u":"inv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg","c":"TensorInvert","l":"inv(Tensor, int)","u":"inv(org.flag4j.arrays.dense.Tensor,int)"},{"p":"org.flag4j.linalg","c":"Invert","l":"invDiag(CMatrix)","u":"invDiag(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Invert","l":"invDiag(Matrix)","u":"invDiag(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"ComplexSVD","l":"invDirectSum(CMatrix)","u":"invDirectSum(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CMatrix, CMatrix)","u":"invDirectSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CMatrix, CooCMatrix)","u":"invDirectSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CMatrix, CooMatrix)","u":"invDirectSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CMatrix, Matrix)","u":"invDirectSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CooCMatrix, CMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CooCMatrix, CooCMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CooCMatrix, CooMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CooCMatrix, Matrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CooMatrix, CMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CooMatrix, CooCMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CooMatrix, CooMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CooMatrix, Matrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CsrCMatrix, CMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CsrCMatrix, CooCMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CsrCMatrix, CooMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CsrCMatrix, CsrMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CsrCMatrix, Matrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CsrMatrix, CMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CsrMatrix, CooCMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CsrMatrix, CooMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CsrMatrix, CsrMatrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(CsrMatrix, Matrix)","u":"invDirectSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"RealSVD","l":"invDirectSum(Matrix)","u":"invDirectSum(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(Matrix, CMatrix)","u":"invDirectSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(Matrix, CooCMatrix)","u":"invDirectSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(Matrix, CooMatrix)","u":"invDirectSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"invDirectSum(Matrix, Matrix)","u":"invDirectSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"invDirectSum(T)"},{"p":"org.flag4j.linalg","c":"Invert","l":"Invert()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg","c":"Invert","l":"invHermPosDef(CMatrix)","u":"invHermPosDef(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Invert","l":"invHermPosDef(CMatrix, boolean)","u":"invHermPosDef(org.flag4j.arrays.dense.CMatrix,boolean)"},{"p":"org.flag4j.linalg","c":"Invert","l":"invSymPosDef(Matrix)","u":"invSymPosDef(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg","c":"Invert","l":"invSymPosDef(Matrix, boolean)","u":"invSymPosDef(org.flag4j.arrays.dense.Matrix,boolean)"},{"p":"org.flag4j.linalg","c":"Invert","l":"invTriL(CMatrix)","u":"invTriL(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Invert","l":"invTriL(Matrix)","u":"invTriL(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg","c":"Invert","l":"invTriU(CMatrix)","u":"invTriU(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Invert","l":"invTriU(Matrix)","u":"invTriU(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"isAntiHermitian()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isAntiHermitian()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"isAntiHermitian()"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"isAntiHermitian()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseProperties","l":"isAntiHermitian(CNumber[], Shape)","u":"isAntiHermitian(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixProperties","l":"isAntiHermitian(CooCMatrix)","u":"isAntiHermitian(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrProperties","l":"isAntiHermitian(CsrCMatrix)","u":"isAntiHermitian(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"isAntiSymmetric()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isAntiSymmetric()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isAntiSymmetric()"},{"p":"org.flag4j.core","c":"RealMatrixMixin","l":"isAntiSymmetric()"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixProperties","l":"isAntiSymmetric(CooMatrix)","u":"isAntiSymmetric(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrProperties","l":"isAntiSymmetric(CsrMatrix)","u":"isAntiSymmetric(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseProperties","l":"isAntiSymmetric(double[], Shape)","u":"isAntiSymmetric(double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"isCloseToI()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"isCloseToI()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseProperties","l":"isCloseToIdentity(CMatrix)","u":"isCloseToIdentity(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseProperties","l":"isCloseToIdentity(Matrix)","u":"isCloseToIdentity(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"isComplex()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"isComplex()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"isComplex()"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"isComplex()"},{"p":"org.flag4j.core","c":"ComplexTensorMixin","l":"isComplex()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"isComplex()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"isComplex()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexProperties","l":"isComplex(CNumber[])","u":"isComplex(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isDiag()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isDiag()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isDiag()"},{"p":"org.flag4j.core","c":"MatrixPropertiesMixin","l":"isDiag()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"isDouble()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"isFinite()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"isFullRank()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"isFullRank()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isFullRank()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isFullRank()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"isFullRank()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isFullRank()"},{"p":"org.flag4j.core","c":"MatrixPropertiesMixin","l":"isFullRank()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"isHermitian()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isHermitian()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"isHermitian()"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"isHermitian()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseProperties","l":"isHermitian(CNumber[], Shape)","u":"isHermitian(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixProperties","l":"isHermitian(CooCMatrix)","u":"isHermitian(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrProperties","l":"isHermitian(CsrCMatrix)","u":"isHermitian(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"isI()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"isI()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isI()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isI()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"isI()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isI()"},{"p":"org.flag4j.core","c":"MatrixComparisonsMixin","l":"isI()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixProperties","l":"isIdentity(CooCMatrix)","u":"isIdentity(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixProperties","l":"isIdentity(CooMatrix)","u":"isIdentity(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrProperties","l":"isIdentity(CsrCMatrix)","u":"isIdentity(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrProperties","l":"isIdentity(CsrMatrix)","u":"isIdentity(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseProperties","l":"isIdentity(Matrix)","u":"isIdentity(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"isImaginary()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"isInfinite()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"isInt()"},{"p":"org.flag4j.linalg","c":"Invert","l":"isInv(CMatrix, CMatrix)","u":"isInv(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Invert","l":"isInv(Matrix, Matrix)","u":"isInv(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isInvertible()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isInvertible()"},{"p":"org.flag4j.core","c":"MatrixPropertiesMixin","l":"isInvertible()"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"isKind(String)","u":"isKind(java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"isNaN()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"isNeg()"},{"p":"org.flag4j.core","c":"RealTensorMixin","l":"isNeg()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"isNeg()"},{"p":"org.flag4j.operations.common.real","c":"RealProperties","l":"isNeg(double[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"isOnes()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"isOnes()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"isOnes()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"isOnes()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"isOnes()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"isOnes()"},{"p":"org.flag4j.core","c":"TensorComparisonsMixin","l":"isOnes()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseProperties","l":"isOnes(CNumber[])","u":"isOnes(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseProperties","l":"isOnes(double[])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"isOrthogonal()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isOrthogonal()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isOrthogonal()"},{"p":"org.flag4j.core","c":"RealMatrixMixin","l":"isOrthogonal()"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"isParallel(Vector)","u":"isParallel(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"isParallel(Vector)","u":"isParallel(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"isParallel(Vector)","u":"isParallel(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"isParallel(Vector)","u":"isParallel(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"isParallel(Vector)","u":"isParallel(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"isPerp(Vector)","u":"isPerp(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"isPerp(Vector)","u":"isPerp(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"isPerp(Vector)","u":"isPerp(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"isPerp(Vector)","u":"isPerp(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"isPerp(Vector)","u":"isPerp(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"isPos()"},{"p":"org.flag4j.core","c":"RealTensorMixin","l":"isPos()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"isPos()"},{"p":"org.flag4j.operations.common.real","c":"RealProperties","l":"isPos(double[])"},{"p":"org.flag4j.linalg","c":"PositiveDefiniteness","l":"isPosDef(CMatrix)","u":"isPosDef(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"PositiveDefiniteness","l":"isPosDef(Matrix)","u":"isPosDef(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg","c":"PositiveDefiniteness","l":"isPosSemiDef(CMatrix)","u":"isPosSemiDef(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"PositiveDefiniteness","l":"isPosSemiDef(Matrix)","u":"isPosSemiDef(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"isReal()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"isReal()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"isReal()"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"isReal()"},{"p":"org.flag4j.core","c":"ComplexTensorMixin","l":"isReal()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"isReal()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"isReal()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexProperties","l":"isReal(CNumber[])","u":"isReal(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"isSingular()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"isSingular()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isSingular()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isSingular()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"isSingular()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isSingular()"},{"p":"org.flag4j.core","c":"MatrixPropertiesMixin","l":"isSingular()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"isSquare()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"isSquare()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isSquare()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isSquare()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"isSquare()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isSquare()"},{"p":"org.flag4j.core","c":"MatrixPropertiesMixin","l":"isSquare()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"isSymmetric()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isSymmetric()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isSymmetric()"},{"p":"org.flag4j.core","c":"RealMatrixMixin","l":"isSymmetric()"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixProperties","l":"isSymmetric(CooMatrix)","u":"isSymmetric(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrProperties","l":"isSymmetric(CsrMatrix)","u":"isSymmetric(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseProperties","l":"isSymmetric(double[], Shape)","u":"isSymmetric(double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.linalg","c":"PositiveDefiniteness","l":"isSymmPosDef(CMatrix)","u":"isSymmPosDef(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"PositiveDefiniteness","l":"isSymmPosDef(Matrix)","u":"isSymmPosDef(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isTri()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isTri()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isTri()"},{"p":"org.flag4j.core","c":"MatrixPropertiesMixin","l":"isTri()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"isTriL()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"isTriL()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isTriL()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isTriL()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"isTriL()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isTriL()"},{"p":"org.flag4j.core","c":"MatrixPropertiesMixin","l":"isTriL()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"isTriU()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"isTriU()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isTriU()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isTriU()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"isTriU()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isTriU()"},{"p":"org.flag4j.core","c":"MatrixPropertiesMixin","l":"isTriU()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"isUnit"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"isUnitary()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isUnitary()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"isUnitary()"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"isUnitary()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"isVector()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"isVector()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"isVector()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"isVector()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"isVector()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"isVector()"},{"p":"org.flag4j.core","c":"MatrixPropertiesMixin","l":"isVector()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"isZeros()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"isZeros()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"isZeros()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"isZeros()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"isZeros()"},{"p":"org.flag4j.core","c":"TensorComparisonsMixin","l":"isZeros()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexProperties","l":"isZeros(CNumber[])","u":"isZeros(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.common.real","c":"RealProperties","l":"isZeros(double[])"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"join(CooCVector)","u":"join(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"join(CooCVector)","u":"join(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"join(CooCVector)","u":"join(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"join(CooCVector)","u":"join(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"join(CooCVector)","u":"join(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"join(CooVector)","u":"join(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"join(CooVector)","u":"join(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"join(CooVector)","u":"join(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"join(CooVector)","u":"join(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"join(CooVector)","u":"join(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"join(CVector)","u":"join(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"join(CVector)","u":"join(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"join(CVector)","u":"join(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"join(CVector)","u":"join(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"join(CVector)","u":"join(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"join(double[], double[])","u":"join(double[],double[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"join(int[], int[])","u":"join(int[],int[])"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"join(Vector)","u":"join(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"join(Vector)","u":"join(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"join(Vector)","u":"join(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"join(Vector)","u":"join(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"join(Vector)","u":"join(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"keys"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"kind"},{"p":"org.flag4j.linalg.decompositions.chol","c":"Cholesky","l":"L"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"leftMult(CMatrix)","u":"leftMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"leftMult(CVector)","u":"leftMult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"leftMult(Matrix)","u":"leftMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"leftMult(Vector)","u":"leftMult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"leftMult2x2Rotator(CMatrix, CMatrix, int, CNumber[])","u":"leftMult2x2Rotator(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix,int,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"leftMult2x2Rotator(Matrix, Matrix, int, double[])","u":"leftMult2x2Rotator(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix,int,double[])"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"leftMultReflector(CMatrix, CNumber[], CNumber, int, int, int, CNumber[])","u":"leftMultReflector(org.flag4j.arrays.dense.CMatrix,org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber,int,int,int,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"leftMultReflector(CMatrix, CVector, CNumber, int, int, int)","u":"leftMultReflector(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CVector,org.flag4j.complex_numbers.CNumber,int,int,int)"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"leftMultReflector(Matrix, double[], double, int, int, int, double[])","u":"leftMultReflector(org.flag4j.arrays.dense.Matrix,double[],double,int,int,int,double[])"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"leftMultReflector(Matrix, Vector, double, int, int, int)","u":"leftMultReflector(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Vector,double,int,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"length()"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"length()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"length()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"length()"},{"p":"org.flag4j.core","c":"VectorPropertiesMixin","l":"length()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"length(CNumber)","u":"length(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"LESS_EQ_ERR"},{"p":"org.flag4j.util.exceptions","c":"LinearAlgebraException","l":"LinearAlgebraException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"ln(CNumber)","u":"ln(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"ln(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"log(CNumber)","u":"log(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"log(CNumber, CNumber)","u":"log(org.flag4j.complex_numbers.CNumber,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"log(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"log(double, CNumber)","u":"log(double,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"log(double, double)","u":"log(double,double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"longImaginaryValue()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"longValue()"},{"p":"org.flag4j.linalg.transformations","c":"View","l":"lookAt(Vector, Vector, Vector)","u":"lookAt(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.dense.Vector,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"LstsqSolver","l":"LstsqSolver(UnitaryDecomposition, LinearSolver)","u":"%3Cinit%3E(org.flag4j.linalg.decompositions.unitary.UnitaryDecomposition,org.flag4j.linalg.solvers.LinearSolver)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"lu"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"LU"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"LU"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"LU(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"LU(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"mag()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"magSquared()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"makeComplexTensor(Shape, CNumber[])","u":"makeComplexTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"makeComplexTensor(Shape, CNumber[])","u":"makeComplexTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"makeComplexTensor(Shape, CNumber[])","u":"makeComplexTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"makeComplexTensor(Shape, CNumber[])","u":"makeComplexTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"makeComplexTensor(Shape, CNumber[], int[][])","u":"makeComplexTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"makeComplexTensor(Shape, CNumber[], int[][])","u":"makeComplexTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"makeComplexTensor(Shape, CNumber[], int[][])","u":"makeComplexTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"makeComplexTensor(Shape, CNumber[], int[][])","u":"makeComplexTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"makeComplexTensor(Shape, CNumber[], int[][])","u":"makeComplexTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"makeComplexTensor(Shape, double[])","u":"makeComplexTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"makeComplexTensor(Shape, double[])","u":"makeComplexTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"makeComplexTensor(Shape, double[])","u":"makeComplexTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"makeComplexTensor(Shape, double[])","u":"makeComplexTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"makeDenseTensor(Shape, double[])","u":"makeDenseTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"makeDenseTensor(Shape, double[])","u":"makeDenseTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"makeDenseTensor(Shape, double[])","u":"makeDenseTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"makeDenseTensor(Shape, double[])","u":"makeDenseTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"makeDenseTensor(Shape, double[])","u":"makeDenseTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.linalg.decompositions.svd","c":"ComplexSVD","l":"makeEigenPairs(CMatrix, double[])","u":"makeEigenPairs(org.flag4j.arrays.dense.CMatrix,double[])"},{"p":"org.flag4j.linalg.decompositions.svd","c":"RealSVD","l":"makeEigenPairs(Matrix, double[])","u":"makeEigenPairs(org.flag4j.arrays.dense.Matrix,double[])"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"makeEigenPairs(T, double[])","u":"makeEigenPairs(T,double[])"},{"p":"org.flag4j.linalg.decompositions.svd","c":"ComplexSVD","l":"makeEigenVals(CMatrix, double[])","u":"makeEigenVals(org.flag4j.arrays.dense.CMatrix,double[])"},{"p":"org.flag4j.linalg.decompositions.svd","c":"RealSVD","l":"makeEigenVals(Matrix, double[])","u":"makeEigenVals(org.flag4j.arrays.dense.Matrix,double[])"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"makeEigenVals(T, double[])","u":"makeEigenVals(T,double[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"makeRealTensor(Shape, double[])","u":"makeRealTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"makeRealTensor(Shape, double[])","u":"makeRealTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"makeRealTensor(Shape, double[])","u":"makeRealTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"makeRealTensor(Shape, double[])","u":"makeRealTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"makeRealTensor(Shape, double[], int[][])","u":"makeRealTensor(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"makeRealTensor(Shape, double[], int[][])","u":"makeRealTensor(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"makeRealTensor(Shape, double[], int[][])","u":"makeRealTensor(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"makeRealTensor(Shape, double[], int[][])","u":"makeRealTensor(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"makeRealTensor(Shape, double[], int[][])","u":"makeRealTensor(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"makeReflector(int, CNumber, CNumber)","u":"makeReflector(int,org.flag4j.complex_numbers.CNumber,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"makeReflector(int, CNumber, CNumber, CNumber)","u":"makeReflector(int,org.flag4j.complex_numbers.CNumber,org.flag4j.complex_numbers.CNumber,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"makeReflector(int, double, double)","u":"makeReflector(int,double,double)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"makeReflector(int, double, double, double)","u":"makeReflector(int,double,double,double)"},{"p":"org.flag4j.core","c":"Shape","l":"makeStridesIfNull()"},{"p":"org.flag4j.linalg","c":"Eigen","l":"makeSystem(CMatrix, int, CMatrix, CVector)","u":"makeSystem(org.flag4j.arrays.dense.CMatrix,int,org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.linalg","c":"Eigen","l":"makeSystem(Matrix, int, Matrix, Vector)","u":"makeSystem(org.flag4j.arrays.dense.Matrix,int,org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"makeTensor(Shape, CNumber...)","u":"makeTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"makeTensor(Shape, CNumber[])","u":"makeTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"makeTensor(Shape, CNumber[])","u":"makeTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"makeTensor(Shape, CNumber[], int[][])","u":"makeTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"makeTensor(Shape, CNumber[], int[][])","u":"makeTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"makeTensor(Shape, CNumber[], int[][])","u":"makeTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"makeTensor(Shape, CNumber[], int[][])","u":"makeTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"makeTensor(Shape, CNumber[], int[][])","u":"makeTensor(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.core.dense_base","c":"DenseTensorBase","l":"makeTensor(Shape, D)","u":"makeTensor(org.flag4j.core.Shape,D)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"makeTensor(Shape, double[])","u":"makeTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"makeTensor(Shape, double[])","u":"makeTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"makeTensor(Shape, double[])","u":"makeTensor(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"makeTensor(Shape, double[], int[][])","u":"makeTensor(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"makeTensor(Shape, double[], int[][])","u":"makeTensor(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"makeTensor(Shape, double[], int[][])","u":"makeTensor(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"makeTensor(Shape, double[], int[][])","u":"makeTensor(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"makeTensor(Shape, double[], int[][])","u":"makeTensor(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"MAT_MULT_DIM_MISMATCH_ERR"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"matches(String, String)","u":"matches(java.lang.String,java.lang.String)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"matMultShapeErrMsg(Shape, Shape)","u":"matMultShapeErrMsg(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(double[][])","u":"%3Cinit%3E(double[][])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(Double[][])","u":"%3Cinit%3E(java.lang.Double[][])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(int, int, double)","u":"%3Cinit%3E(int,int,double)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(int, int, double[])","u":"%3Cinit%3E(int,int,double[])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(int[][])","u":"%3Cinit%3E(int[][])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(Integer[][])","u":"%3Cinit%3E(java.lang.Integer[][])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(Matrix)","u":"%3Cinit%3E(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(Shape, double)","u":"%3Cinit%3E(org.flag4j.core.Shape,double)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"Matrix(Shape, double[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseElementSearch","l":"matrixBinarySearch(CooCMatrix, int, int)","u":"matrixBinarySearch(org.flag4j.arrays.sparse.CooCMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseElementSearch","l":"matrixBinarySearch(int[], int[], int, int)","u":"matrixBinarySearch(int[],int[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseEquals","l":"matrixEquals(CMatrix, CMatrix)","u":"matrixEquals(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseEquals","l":"matrixEquals(CMatrix, CooCMatrix)","u":"matrixEquals(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseEquals","l":"matrixEquals(CMatrix, CooMatrix)","u":"matrixEquals(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseEquals","l":"matrixEquals(CooCMatrix, CooCMatrix)","u":"matrixEquals(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseEquals","l":"matrixEquals(CooMatrix, CooCMatrix)","u":"matrixEquals(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseEquals","l":"matrixEquals(CooMatrix, CooMatrix)","u":"matrixEquals(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseEquals","l":"matrixEquals(Matrix, CMatrix)","u":"matrixEquals(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseEquals","l":"matrixEquals(Matrix, CooCMatrix)","u":"matrixEquals(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseEquals","l":"matrixEquals(Matrix, CooMatrix)","u":"matrixEquals(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseEquals","l":"matrixEquals(Matrix, Matrix)","u":"matrixEquals(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseElementSearch","l":"matrixFindRowStartEnd(CooCMatrix, int)","u":"matrixFindRowStartEnd(org.flag4j.arrays.sparse.CooCMatrix,int)"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseElementSearch","l":"matrixFindRowStartEnd(int[], int)","u":"matrixFindRowStartEnd(int[],int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"matrixGet(CooCMatrix, int, int)","u":"matrixGet(org.flag4j.arrays.sparse.CooCMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"matrixGet(CooMatrix, int, int)","u":"matrixGet(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"matrixInfNorm(CNumber[], Shape)","u":"matrixInfNorm(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"matrixInfNorm(double[], Shape)","u":"matrixInfNorm(double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"matrixMaxNorm(CNumber[])","u":"matrixMaxNorm(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"matrixMaxNorm(double[])"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"MatrixMultiplyDispatcher()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"matrixNormL2(CNumber[], Shape)","u":"matrixNormL2(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseNorms","l":"matrixNormL2(CooCMatrix)","u":"matrixNormL2(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseNorms","l":"matrixNormL2(CooMatrix)","u":"matrixNormL2(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"matrixNormLp(CNumber[], Shape, double)","u":"matrixNormLp(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseNorms","l":"matrixNormLp(CooCMatrix, double)","u":"matrixNormLp(org.flag4j.arrays.sparse.CooCMatrix,double)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseNorms","l":"matrixNormLp(CooMatrix, double)","u":"matrixNormLp(org.flag4j.arrays.sparse.CooMatrix,double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"matrixNormLpq(CNumber[], Shape, double, double)","u":"matrixNormLpq(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double,double)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseNorms","l":"matrixNormLpq(CooCMatrix, double, double)","u":"matrixNormLpq(org.flag4j.arrays.sparse.CooCMatrix,double,double)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseNorms","l":"matrixNormLpq(CooMatrix, double, double)","u":"matrixNormLpq(org.flag4j.arrays.sparse.CooMatrix,double,double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"matrixNormLpq(CsrMatrix, double, double)","u":"matrixNormLpq(org.flag4j.arrays.sparse.CsrMatrix,double,double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"matrixNormLpq(double[], Shape, double, double)","u":"matrixNormLpq(double[],org.flag4j.core.Shape,double,double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"MatrixNorms()","u":"%3Cinit%3E()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"matrixRank()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"matrixRank()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"matrixRank()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"matrixRank()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"matrixRank()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"matrixRank()"},{"p":"org.flag4j.core","c":"MatrixPropertiesMixin","l":"matrixRank()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"matrixSet(CooCMatrix, int, int, CNumber)","u":"matrixSet(org.flag4j.arrays.sparse.CooCMatrix,int,int,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"matrixSet(CooMatrix, int, int, double)","u":"matrixSet(org.flag4j.arrays.sparse.CooMatrix,int,int,double)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactTensorSolver","l":"matrixSolver"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"MAX_REAL"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"max()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"max()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"max()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"max()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"max()"},{"p":"org.flag4j.core","c":"TensorPropertiesMixin","l":"max()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"max(CNumber...)","u":"max(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.operations.common.real","c":"AggregateReal","l":"max(double[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"maxAbs()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"maxAbs()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"maxAbs()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"maxAbs()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"maxAbs()"},{"p":"org.flag4j.core","c":"TensorPropertiesMixin","l":"maxAbs()"},{"p":"org.flag4j.core","c":"VectorPropertiesMixin","l":"maxAbs()"},{"p":"org.flag4j.operations.common.complex","c":"AggregateComplex","l":"maxAbs(CNumber...)","u":"maxAbs(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.operations.common.real","c":"AggregateReal","l":"maxAbs(double...)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"maxColIndex(int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"maxColIndex(int)"},{"p":"org.flag4j.io","c":"PrintOptions","l":"maxColumns"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"maxIndex(int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"maxIndex(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"maxIterations"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"maxIterationsFactor"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"maxNorm(CMatrix)","u":"maxNorm(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"maxNorm(CooCMatrix)","u":"maxNorm(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"maxNorm(CooMatrix)","u":"maxNorm(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"maxNorm(CsrMatrix)","u":"maxNorm(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"maxNorm(Matrix)","u":"maxNorm(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"maxRe(CNumber...)","u":"maxRe(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"maxReal()"},{"p":"org.flag4j.io","c":"PrintOptions","l":"maxRows"},{"p":"org.flag4j.complex_numbers","c":"CNumberUtils","l":"maxStringLength(CNumber[])","u":"maxStringLength(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.complex_numbers","c":"CNumberUtils","l":"maxStringLength(CNumber[], int)","u":"maxStringLength(org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.complex_numbers","c":"CNumberUtils","l":"maxStringLength(double[])"},{"p":"org.flag4j.complex_numbers","c":"CNumberUtils","l":"maxStringLength(double[], int)","u":"maxStringLength(double[],int)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"MIN_REAL"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"MIN_REAL_NORMAL"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"min()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"min()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"min()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"min()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"min()"},{"p":"org.flag4j.core","c":"TensorPropertiesMixin","l":"min()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"min(CNumber...)","u":"min(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.operations.common.real","c":"AggregateReal","l":"min(double[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"minAbs()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"minAbs()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"minAbs()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"minAbs()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"minAbs()"},{"p":"org.flag4j.core","c":"TensorPropertiesMixin","l":"minAbs()"},{"p":"org.flag4j.operations.common.complex","c":"AggregateComplex","l":"minAbs(CNumber[])","u":"minAbs(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.common.real","c":"AggregateReal","l":"minAbs(double[])"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"minAxisSize"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"minRe(CNumber...)","u":"minRe(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"minReal()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"minRealNormal()"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"minRecursiveSize"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrManipulations","l":"moveAndShiftLeft(CsrCMatrix, int, int, int)","u":"moveAndShiftLeft(org.flag4j.arrays.sparse.CsrCMatrix,int,int,int)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrManipulations","l":"moveAndShiftLeft(CsrMatrix, int, int, int)","u":"moveAndShiftLeft(org.flag4j.arrays.sparse.CsrMatrix,int,int,int)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrManipulations","l":"moveAndShiftRight(CsrCMatrix, int, int, int)","u":"moveAndShiftRight(org.flag4j.arrays.sparse.CsrCMatrix,int,int,int)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrManipulations","l":"moveAndShiftRight(CsrMatrix, int, int, int)","u":"moveAndShiftRight(org.flag4j.arrays.sparse.CsrMatrix,int,int,int)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"MULT_T"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"MULT_T"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"MULT_T_BLOCKED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"MULT_T_BLOCKED"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"MULT_T_BLOCKED_CONCURRENT"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"MULT_T_BLOCKED_CONCURRENT"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"MULT_T_CONCURRENT"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"MULT_T_CONCURRENT"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"mult(CMatrix)","u":"mult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"mult(CMatrix)","u":"mult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"mult(CMatrix)","u":"mult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"mult(CMatrix)","u":"mult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult(CMatrix)","u":"mult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult(CMatrix)","u":"mult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(CMatrix)","u":"mult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"mult(CNumber)","u":"mult(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"mult(CNumber)","u":"mult(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"mult(CNumber)","u":"mult(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"mult(CNumber)","u":"mult(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"mult(CNumber)","u":"mult(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"mult(CNumber)","u":"mult(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"mult(CNumber)","u":"mult(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"mult(CNumber)","u":"mult(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"mult(CNumber)","u":"mult(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"mult(CooCMatrix)","u":"mult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"mult(CooCMatrix)","u":"mult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"mult(CooCMatrix)","u":"mult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"mult(CooCMatrix)","u":"mult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult(CooCMatrix)","u":"mult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult(CooCMatrix)","u":"mult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(CooCMatrix)","u":"mult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"mult(CooCVector)","u":"mult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"mult(CooCVector)","u":"mult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"mult(CooCVector)","u":"mult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"mult(CooCVector)","u":"mult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult(CooCVector)","u":"mult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult(CooCVector)","u":"mult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(CooCVector)","u":"mult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"mult(CooMatrix)","u":"mult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"mult(CooMatrix)","u":"mult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"mult(CooMatrix)","u":"mult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"mult(CooMatrix)","u":"mult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult(CooMatrix)","u":"mult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult(CooMatrix)","u":"mult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(CooMatrix)","u":"mult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"mult(CooVector)","u":"mult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"mult(CooVector)","u":"mult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"mult(CooVector)","u":"mult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"mult(CooVector)","u":"mult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult(CooVector)","u":"mult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult(CooVector)","u":"mult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(CooVector)","u":"mult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"mult(CsrCMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"mult(CsrCMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"mult(CsrCMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"mult(CsrCMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult(CsrCMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult(CsrCMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(CsrCMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"mult(CsrMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"mult(CsrMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"mult(CsrMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"mult(CsrMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult(CsrMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult(CsrMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(CsrMatrix)","u":"mult(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"mult(CVector)","u":"mult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"mult(CVector)","u":"mult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"mult(CVector)","u":"mult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"mult(CVector)","u":"mult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult(CVector)","u":"mult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult(CVector)","u":"mult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(CVector)","u":"mult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"mult(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"mult(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"mult(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"mult(double)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"mult(double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"mult(double)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(double)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"mult(double)"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"mult(double)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"mult(double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"mult(Matrix)","u":"mult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"mult(Matrix)","u":"mult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"mult(Matrix)","u":"mult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"mult(Matrix)","u":"mult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult(Matrix)","u":"mult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult(Matrix)","u":"mult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(Matrix)","u":"mult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(T)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(TT)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"mult(Vector)","u":"mult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"mult(Vector)","u":"mult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"mult(Vector)","u":"mult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"mult(Vector)","u":"mult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult(Vector)","u":"mult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult(Vector)","u":"mult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"mult(Vector)","u":"mult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult2CSR(CooCMatrix)","u":"mult2CSR(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult2CSR(CooCMatrix)","u":"mult2CSR(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult2CSR(CooMatrix)","u":"mult2CSR(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult2CSR(CooMatrix)","u":"mult2CSR(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult2CSR(CsrCMatrix)","u":"mult2CSR(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult2CSR(CsrCMatrix)","u":"mult2CSR(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"mult2CSR(CsrMatrix)","u":"mult2CSR(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"mult2CSR(CsrMatrix)","u":"mult2CSR(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"multEq(CNumber)","u":"multEq(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"multEq(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"multInv()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"multTranspose(CMatrix)","u":"multTranspose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"multTranspose(CMatrix)","u":"multTranspose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"multTranspose(CMatrix)","u":"multTranspose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"multTranspose(CMatrix)","u":"multTranspose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"multTranspose(CMatrix)","u":"multTranspose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultTranspose","l":"multTranspose(CNumber[], Shape, CNumber[], int[], int[], Shape)","u":"multTranspose(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultTranspose","l":"multTranspose(CNumber[], Shape, CNumber[], Shape)","u":"multTranspose(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultTranspose","l":"multTranspose(CNumber[], Shape, double[], int[], int[], Shape)","u":"multTranspose(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultTranspose","l":"multTranspose(CNumber[], Shape, double[], Shape)","u":"multTranspose(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"multTranspose(CooCMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"multTranspose(CooCMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"multTranspose(CooCMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"multTranspose(CooCMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"multTranspose(CooCMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"multTranspose(CooMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"multTranspose(CooMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"multTranspose(CooMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"multTranspose(CooMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"multTranspose(CooMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"multTranspose(CsrCMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"multTranspose(CsrMatrix)","u":"multTranspose(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultTranspose","l":"multTranspose(double[], Shape, CNumber[], int[], int[], Shape)","u":"multTranspose(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultTranspose","l":"multTranspose(double[], Shape, CNumber[], Shape)","u":"multTranspose(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultTranspose","l":"multTranspose(double[], Shape, double[], int[], int[], Shape)","u":"multTranspose(double[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultTranspose","l":"multTranspose(double[], Shape, double[], Shape)","u":"multTranspose(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"multTranspose(Matrix)","u":"multTranspose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"multTranspose(Matrix)","u":"multTranspose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"multTranspose(Matrix)","u":"multTranspose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"multTranspose(Matrix)","u":"multTranspose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"multTranspose(Matrix)","u":"multTranspose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultTranspose","l":"multTransposeBlocked(CNumber[], Shape, CNumber[], Shape)","u":"multTransposeBlocked(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultTranspose","l":"multTransposeBlocked(CNumber[], Shape, double[], Shape)","u":"multTransposeBlocked(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultTranspose","l":"multTransposeBlocked(double[], Shape, CNumber[], Shape)","u":"multTransposeBlocked(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultTranspose","l":"multTransposeBlocked(double[], Shape, double[], Shape)","u":"multTransposeBlocked(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultTranspose","l":"multTransposeBlockedConcurrent(CNumber[], Shape, CNumber[], Shape)","u":"multTransposeBlockedConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultTranspose","l":"multTransposeBlockedConcurrent(CNumber[], Shape, double[], Shape)","u":"multTransposeBlockedConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultTranspose","l":"multTransposeBlockedConcurrent(double[], Shape, CNumber[], Shape)","u":"multTransposeBlockedConcurrent(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultTranspose","l":"multTransposeBlockedConcurrent(double[], Shape, double[], Shape)","u":"multTransposeBlockedConcurrent(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultTranspose","l":"multTransposeConcurrent(CNumber[], Shape, CNumber[], Shape)","u":"multTransposeConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultTranspose","l":"multTransposeConcurrent(CNumber[], Shape, double[], Shape)","u":"multTransposeConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultTranspose","l":"multTransposeConcurrent(double[], Shape, CNumber[], Shape)","u":"multTransposeConcurrent(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultTranspose","l":"multTransposeConcurrent(double[], Shape, double[], Shape)","u":"multTransposeConcurrent(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"NAMED_GREATER_EQ_ERR"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"NAMED_LESS_EQ_BI_ERR"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"NAMED_LESS_EQ_ERR"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"NaN"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"nan()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"nearZero(CNumber, double)","u":"nearZero(org.flag4j.complex_numbers.CNumber,double)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"NEG_DIM_ERR"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"NEG_VALUE_ERR"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"NEGATIVE_INFINITY"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"NEGATIVE_ONE"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"negativeDimErrMsg(int[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"negImagUnit()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"negInfinity()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"negOne()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"nnz"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"nnz"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"NON_POS_ERR"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU.Pivoting","l":"NONE"},{"p":"org.flag4j.core.sparse_base","c":"SparseTensorBase","l":"nonZeroEntries"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"nonZeroEntries()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"nonZeroEntries()"},{"p":"org.flag4j.core.sparse_base","c":"SparseTensorBase","l":"nonZeroEntries()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"noPivot()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"noPivot()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"noPivot()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"norm"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"norm"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"norm"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"norm"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CMatrix)","u":"norm(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CMatrix, double)","u":"norm(org.flag4j.arrays.dense.CMatrix,double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CMatrix, double, double)","u":"norm(org.flag4j.arrays.dense.CMatrix,double,double)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(CNumber...)","u":"norm(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(CNumber[], double)","u":"norm(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CooCMatrix)","u":"norm(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CooCMatrix, double)","u":"norm(org.flag4j.arrays.sparse.CooCMatrix,double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CooCMatrix, double, double)","u":"norm(org.flag4j.arrays.sparse.CooCMatrix,double,double)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"norm(CooCTensor)","u":"norm(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"norm(CooCTensor, double)","u":"norm(org.flag4j.arrays.sparse.CooCTensor,double)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(CooCVector)","u":"norm(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(CooCVector, double)","u":"norm(org.flag4j.arrays.sparse.CooCVector,double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CooMatrix)","u":"norm(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CooMatrix, double)","u":"norm(org.flag4j.arrays.sparse.CooMatrix,double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CooMatrix, double, double)","u":"norm(org.flag4j.arrays.sparse.CooMatrix,double,double)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"norm(CooTensor)","u":"norm(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"norm(CooTensor, double)","u":"norm(org.flag4j.arrays.sparse.CooTensor,double)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(CooVector)","u":"norm(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(CooVector, double)","u":"norm(org.flag4j.arrays.sparse.CooVector,double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CsrMatrix)","u":"norm(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CsrMatrix, double)","u":"norm(org.flag4j.arrays.sparse.CsrMatrix,double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(CsrMatrix, double, double)","u":"norm(org.flag4j.arrays.sparse.CsrMatrix,double,double)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"norm(CTensor)","u":"norm(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"norm(CTensor, double)","u":"norm(org.flag4j.arrays.dense.CTensor,double)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(CVector)","u":"norm(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(CVector, double)","u":"norm(org.flag4j.arrays.dense.CVector,double)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(double...)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(double[], double)","u":"norm(double[],double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(Matrix)","u":"norm(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(Matrix, double)","u":"norm(org.flag4j.arrays.dense.Matrix,double)"},{"p":"org.flag4j.linalg","c":"MatrixNorms","l":"norm(Matrix, double, double)","u":"norm(org.flag4j.arrays.dense.Matrix,double,double)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"norm(Tensor)","u":"norm(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"norm(Tensor, double)","u":"norm(org.flag4j.arrays.dense.Tensor,double)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(Vector)","u":"norm(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"norm(Vector, double)","u":"norm(org.flag4j.arrays.dense.Vector,double)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"normalize()"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"normalize()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"normalize()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"normalize()"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"normalize()"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"normRe"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"notContains(int[], int)","u":"notContains(int[],int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"notinAxes(int[], int)","u":"notinAxes(int[],int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"numCols"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"numCols"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"numCols"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"numCols"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"numCols"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"numCols"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"numCols"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"numCols()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"numCols()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"numCols()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"numCols()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"numCols()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"numCols()"},{"p":"org.flag4j.core","c":"MatrixMixin","l":"numCols()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"numColSwaps"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"numExceptional"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"numRows"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"numRows"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"numRows"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"numRows"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"numRows"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"numRows"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"numRows"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"numRows"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"numRows()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"numRows()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"numRows()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"numRows()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"numRows()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"numRows()"},{"p":"org.flag4j.core","c":"MatrixMixin","l":"numRows()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"numRowSwaps"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"numUnique(double[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"numUnique(int[])"},{"p":"org.flag4j.io","c":"TensorInputStream","l":"objectIn"},{"p":"org.flag4j.io","c":"TensorOutputStream","l":"objectOut"},{"p":"org.flag4j.arrays.sparse","c":"SymmTriDiagonal","l":"offDiag"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"ONE"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"one()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseVectorOperations","l":"OUTER_CONCURRENT_THRESHOLD"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"outer(CooCVector)","u":"outer(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"outer(CooCVector)","u":"outer(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"outer(CooCVector)","u":"outer(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"outer(CooCVector)","u":"outer(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"outer(CooCVector)","u":"outer(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"outer(CooVector)","u":"outer(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"outer(CooVector)","u":"outer(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"outer(CooVector)","u":"outer(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"outer(CooVector)","u":"outer(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"outer(CooVector)","u":"outer(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"outer(CVector)","u":"outer(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"outer(CVector)","u":"outer(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"outer(CVector)","u":"outer(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"outer(CVector)","u":"outer(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"outer(CVector)","u":"outer(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"outer(Vector)","u":"outer(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"outer(Vector)","u":"outer(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"outer(Vector)","u":"outer(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"outer(Vector)","u":"outer(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"outer(Vector)","u":"outer(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseVectorOperations","l":"outerProduct(CNumber[], CNumber[])","u":"outerProduct(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"outerProduct(CNumber[], CNumber[], int[], int)","u":"outerProduct(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[],int[],int)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseVectorOperations","l":"outerProduct(CNumber[], double[])","u":"outerProduct(org.flag4j.complex_numbers.CNumber[],double[])"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"outerProduct(CNumber[], double[], int[], int)","u":"outerProduct(org.flag4j.complex_numbers.CNumber[],double[],int[],int)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"outerProduct(CNumber[], int[], int, CNumber[])","u":"outerProduct(org.flag4j.complex_numbers.CNumber[],int[],int,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"outerProduct(CNumber[], int[], int, double[])","u":"outerProduct(org.flag4j.complex_numbers.CNumber[],int[],int,double[])"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"outerProduct(CooCVector, CooCVector)","u":"outerProduct(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"outerProduct(CooCVector, CooVector)","u":"outerProduct(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"outerProduct(CooVector, CooCVector)","u":"outerProduct(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseVectorOperations","l":"outerProduct(CooVector, CooVector)","u":"outerProduct(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseVectorOperations","l":"outerProduct(double[], CNumber[])","u":"outerProduct(double[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"outerProduct(double[], CNumber[], int[], int)","u":"outerProduct(double[],org.flag4j.complex_numbers.CNumber[],int[],int)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseVectorOperations","l":"outerProduct(double[], double[])","u":"outerProduct(double[],double[])"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"outerProduct(double[], double[], int[], int)","u":"outerProduct(double[],double[],int[],int)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"outerProduct(double[], int[], int, CNumber[])","u":"outerProduct(double[],int[],int,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"outerProduct(double[], int[], int, double[])","u":"outerProduct(double[],int[],int,double[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseVectorOperations","l":"outerProductConcurrent(double[], double[])","u":"outerProductConcurrent(double[],double[])"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"P"},{"p":"org.flag4j.io","c":"PrintOptions","l":"padding"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"parallelismLevel"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"ParameterChecks()","u":"%3Cinit%3E()"},{"p":"org.flag4j.complex_numbers","c":"CNumberParser","l":"parseNumber(String)","u":"parseNumber(java.lang.String)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU.Pivoting","l":"PARTIAL"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"partialPivot()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"partialPivot()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"partialPivot()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"performDoubleShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"performDoubleShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"performDoubleShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"performExceptionalShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"performExceptionalShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"performExceptionalShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"performSingleShift(int, CNumber)","u":"performSingleShift(int,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"performSingleShift(int, double)","u":"performSingleShift(int,double)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"PermutationMatrix(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"PermutationMatrix(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"PermutationMatrix(PermutationMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.PermutationMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"PermutationMatrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ComplexExactSolver","l":"permuteRows(CMatrix)","u":"permuteRows(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ComplexExactSolver","l":"permuteRows(CVector)","u":"permuteRows(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"permuteRows(int[])"},{"p":"org.flag4j.linalg.solvers.exact","c":"RealExactSolver","l":"permuteRows(Matrix)","u":"permuteRows(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"permuteRows(T)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"permuteRows(U)"},{"p":"org.flag4j.linalg.solvers.exact","c":"RealExactSolver","l":"permuteRows(Vector)","u":"permuteRows(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"PI"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"pi()"},{"p":"org.flag4j.linalg","c":"Invert","l":"pInv(CMatrix)","u":"pInv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Invert","l":"pInv(Matrix)","u":"pInv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"pivotFlag"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU.Pivoting","l":"Pivoting()","u":"%3Cinit%3E()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"posInfinity()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"POSITIVE_INFINITY"},{"p":"org.flag4j.linalg","c":"PositiveDefiniteness","l":"PositiveDefiniteness()","u":"%3Cinit%3E()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"pow(CNumber, CNumber)","u":"pow(org.flag4j.complex_numbers.CNumber,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"pow(CNumber, double)","u":"pow(org.flag4j.complex_numbers.CNumber,double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"pow(double, CNumber)","u":"pow(double,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"pow(double, double)","u":"pow(double,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"pow(int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"pow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"pow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"pow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"pow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"pow(int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"pow(int)"},{"p":"org.flag4j.io","c":"PrintOptions","l":"precision"},{"p":"org.flag4j.io","c":"PrintOptions","l":"PrintOptions()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"prod(CNumber[])","u":"prod(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"prod(double[])"},{"p":"org.flag4j.linalg.transformations","c":"Projection","l":"Projection()","u":"%3Cinit%3E()"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"putBackSymbol(int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"Q"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"qFactors"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"LstsqSolver","l":"Qh"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"LstsqSolver","l":"qr"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"LstsqSolver","l":"R"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"RAND_ARRAY"},{"p":"org.flag4j.rng","c":"RandomCNumber","l":"randn()"},{"p":"org.flag4j.rng","c":"RandomCNumber","l":"randn(double, double)","u":"randn(double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnCMatrix(int, int)","u":"randnCMatrix(int,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnCMatrix(int, int, double, double)","u":"randnCMatrix(int,int,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnCMatrix(Shape)","u":"randnCMatrix(org.flag4j.core.Shape)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnCMatrix(Shape, double, double)","u":"randnCMatrix(org.flag4j.core.Shape,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnCTensor(Shape)","u":"randnCTensor(org.flag4j.core.Shape)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnCTensor(Shape, double, double)","u":"randnCTensor(org.flag4j.core.Shape,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnCVector(int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnCVector(int, double, double)","u":"randnCVector(int,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnMatrix(int, int)","u":"randnMatrix(int,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnMatrix(int, int, double, double)","u":"randnMatrix(int,int,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnMatrix(Shape)","u":"randnMatrix(org.flag4j.core.Shape)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnMatrix(Shape, double, double)","u":"randnMatrix(org.flag4j.core.Shape,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnTensor(Shape)","u":"randnTensor(org.flag4j.core.Shape)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnTensor(Shape, double, double)","u":"randnTensor(org.flag4j.core.Shape,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnVector(int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randnVector(int, double, double)","u":"randnVector(int,double,double)"},{"p":"org.flag4j.rng","c":"RandomCNumber","l":"random()"},{"p":"org.flag4j.rng","c":"RandomCNumber","l":"random(double)"},{"p":"org.flag4j.rng","c":"RandomCNumber","l":"random(double, double)","u":"random(double,double)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"RandomArray()","u":"%3Cinit%3E()"},{"p":"org.flag4j.rng","c":"RandomArray","l":"RandomArray(RandomCNumber)","u":"%3Cinit%3E(org.flag4j.rng.RandomCNumber)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCMatrix(int, int)","u":"randomCMatrix(int,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCMatrix(int, int, double, double)","u":"randomCMatrix(int,int,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCMatrix(Shape)","u":"randomCMatrix(org.flag4j.core.Shape)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCMatrix(Shape, double, double)","u":"randomCMatrix(org.flag4j.core.Shape,double,double)"},{"p":"org.flag4j.rng","c":"RandomCNumber","l":"RandomCNumber()","u":"%3Cinit%3E()"},{"p":"org.flag4j.rng","c":"RandomCNumber","l":"RandomCNumber(long)","u":"%3Cinit%3E(long)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCooMatrix(int, int, double, double, double)","u":"randomCooMatrix(int,int,double,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCooMatrix(int, int, double, double, int)","u":"randomCooMatrix(int,int,double,double,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCooMatrix(Shape, double, double, double)","u":"randomCooMatrix(org.flag4j.core.Shape,double,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCooMatrix(Shape, double, double, int)","u":"randomCooMatrix(org.flag4j.core.Shape,double,double,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCsrMatrix(int, int, double, double, double)","u":"randomCsrMatrix(int,int,double,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCsrMatrix(int, int, double, double, int)","u":"randomCsrMatrix(int,int,double,double,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCsrMatrix(Shape, double, double, double)","u":"randomCsrMatrix(org.flag4j.core.Shape,double,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCsrMatrix(Shape, double, double, int)","u":"randomCsrMatrix(org.flag4j.core.Shape,double,double,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCTensor(Shape)","u":"randomCTensor(org.flag4j.core.Shape)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCTensor(Shape, double, double)","u":"randomCTensor(org.flag4j.core.Shape,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCVector(int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomCVector(int, double, double)","u":"randomCVector(int,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomMatrix(int, int)","u":"randomMatrix(int,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomMatrix(int, int, double, double)","u":"randomMatrix(int,int,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomMatrix(Shape)","u":"randomMatrix(org.flag4j.core.Shape)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomMatrix(Shape, double, double)","u":"randomMatrix(org.flag4j.core.Shape,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomOrthogonalMatrix(int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomSparseCMatrix(int, int, double, double, double)","u":"randomSparseCMatrix(int,int,double,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomSparseCMatrix(int, int, double, double, int)","u":"randomSparseCMatrix(int,int,double,double,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomSparseCMatrix(Shape, double, double, double)","u":"randomSparseCMatrix(org.flag4j.core.Shape,double,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomSparseCMatrix(Shape, double, double, int)","u":"randomSparseCMatrix(org.flag4j.core.Shape,double,double,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomSymmetricCooMatrix(int, int, int, double)","u":"randomSymmetricCooMatrix(int,int,int,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomSymmetricCsrMatrix(int, int, int, double)","u":"randomSymmetricCsrMatrix(int,int,int,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomSymmetricMatrix(int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"RandomTensor()","u":"%3Cinit%3E()"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"RandomTensor(long)","u":"%3Cinit%3E(long)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomTensor(Shape)","u":"randomTensor(org.flag4j.core.Shape)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomTensor(Shape, double, double)","u":"randomTensor(org.flag4j.core.Shape,double,double)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomTriuMatrix(int, int, int)","u":"randomTriuMatrix(int,int,int)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"randomUniqueIndices(int, int, int)","u":"randomUniqueIndices(int,int,int)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"randomUniqueIndices2D(int, int, int, int, int)","u":"randomUniqueIndices2D(int,int,int,int,int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomUnitaryMatrix(int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomVector(int)"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"randomVector(int, double, double)","u":"randomVector(int,double,double)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"RANGE_ERR"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"range(int, int)","u":"range(int,int)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"rank"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"RANK_CONDITION"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"RANK_CONDITION"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"re"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"re()"},{"p":"org.flag4j.io","c":"TensorInputStream","l":"read()"},{"p":"org.flag4j.io","c":"TensorInputStream","l":"readMatrix()"},{"p":"org.flag4j.io","c":"TensorReader","l":"readMatrix(String)","u":"readMatrix(java.lang.String)"},{"p":"org.flag4j.io","c":"TensorInputStream","l":"readTensor()"},{"p":"org.flag4j.io","c":"TensorReader","l":"readTensor(String)","u":"readTensor(java.lang.String)"},{"p":"org.flag4j.io","c":"TensorInputStream","l":"readVector()"},{"p":"org.flag4j.io","c":"TensorReader","l":"readVector(String)","u":"readVector(java.lang.String)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"real2ComplexSchur()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"real2ComplexSchur()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealBackSolver","l":"RealBackSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealBackSolver","l":"RealBackSolver(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.chol","c":"RealCholesky","l":"RealCholesky()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.chol","c":"RealCholesky","l":"RealCholesky(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseMatrixMultiplication","l":"RealComplexCsrDenseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"RealComplexCsrDenseOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrMatrixMultiplication","l":"RealComplexCsrMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrOperations","l":"RealComplexCsrOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"RealComplexDenseElemDiv()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemMult","l":"RealComplexDenseElemMult()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseEquals","l":"RealComplexDenseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"RealComplexDenseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultTranspose","l":"RealComplexDenseMatrixMultTranspose()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"RealComplexDenseOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseEquals","l":"RealComplexDenseSparseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"RealComplexDenseSparseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultTranspose","l":"RealComplexDenseSparseMatrixMultTranspose()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"RealComplexDenseSparseMatrixOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"RealComplexDenseSparseOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"RealComplexDenseSparseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseVectorOperations","l":"RealComplexDenseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseEquals","l":"RealComplexSparseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"RealComplexSparseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"RealComplexSparseMatrixOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"RealComplexSparseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrConcats","l":"RealCsrConcats()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseMatrixMultiplication","l":"RealCsrDenseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseOperations","l":"RealCsrDenseOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrEquals","l":"RealCsrEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrManipulations","l":"RealCsrManipulations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrMatrixMultiplication","l":"RealCsrMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"RealCsrOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrProperties","l":"RealCsrProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"RealDenseDeterminant()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemDiv","l":"RealDenseElemDiv()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemMult","l":"RealDenseElemMult()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseEquals","l":"RealDenseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"realDenseLookUp"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"RealDenseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"RealDenseMatrixMultiplyDispatcher()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultTranspose","l":"RealDenseMatrixMultTranspose()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"RealDenseOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseProperties","l":"RealDenseProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseSetOperations","l":"RealDenseSetOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseEquals","l":"RealDenseSparseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"RealDenseSparseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultTranspose","l":"RealDenseSparseMatrixMultTranspose()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"RealDenseSparseMatrixOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseTensorOperations","l":"RealDenseSparseTensorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"RealDenseSparseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"RealDenseTensorBase(Shape, double[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTensorDot","l":"RealDenseTensorDot()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"RealDenseTranspose()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseVectorOperations","l":"RealDenseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact","c":"RealExactSolver","l":"RealExactSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact","c":"RealExactTensorSolver","l":"RealExactTensorSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"RealForwardSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"RealForwardSolver(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"RealForwardSolver(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"RealHess","l":"RealHess()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.hess","c":"RealHess","l":"RealHess(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"RealLstsqSolver","l":"RealLstsqSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"RealLU()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"RealLU(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"RealLU(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.flag4j.operations.common.real","c":"RealOperations","l":"RealOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.common.real","c":"RealProperties","l":"RealProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"RealQR","l":"RealQR()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"RealQR","l":"RealQR(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"RealSchur()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"RealSchur(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"RealSchur(boolean, long)","u":"%3Cinit%3E(boolean,long)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"RealSchur(long)","u":"%3Cinit%3E(long)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseEquals","l":"RealSparseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"realSparseLookUp"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseManipulations","l":"RealSparseManipulations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"RealSparseMatrixGetSet()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixManipulations","l":"RealSparseMatrixManipulations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixMultiplication","l":"RealSparseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"RealSparseMatrixOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixProperties","l":"RealSparseMatrixProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseNorms","l":"RealSparseNorms()","u":"%3Cinit%3E()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"RealSparseTensorBase(Shape, int, double[], int[], int[]...)","u":"%3Cinit%3E(org.flag4j.core.Shape,int,double[],int[],int[]...)"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"RealSparseTensorBase(Shape, int, double[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,int,double[],int[][])"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseVectorOperations","l":"RealSparseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.svd","c":"RealSVD","l":"RealSVD()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.svd","c":"RealSVD","l":"RealSVD(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"RealSVD","l":"RealSVD(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"RealUnitaryDecomposition(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"RealUnitaryDecomposition(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"recip()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"recip()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"recip()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"recip()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"recip()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"recip()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"recip()"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"recip()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"recip(CNumber[])","u":"recip(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"recip(double[])"},{"p":"org.flag4j.linalg.decompositions.qr","c":"ComplexQR","l":"reduced"},{"p":"org.flag4j.linalg.decompositions.qr","c":"RealQR","l":"reduced"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"reduced"},{"p":"org.flag4j.linalg","c":"RowEchelon","l":"ref(CMatrix)","u":"ref(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"RowEchelon","l":"ref(Matrix)","u":"ref(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrEquals","l":"removeCloseToZero(CsrCMatrix, List, int[], List, double)","u":"removeCloseToZero(org.flag4j.arrays.sparse.CsrCMatrix,java.util.List,int[],java.util.List,double)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrEquals","l":"removeCloseToZero(CsrMatrix, List, int[], List, double)","u":"removeCloseToZero(org.flag4j.arrays.sparse.CsrMatrix,java.util.List,int[],java.util.List,double)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixManipulations","l":"removeCol(CooCMatrix, int)","u":"removeCol(org.flag4j.arrays.sparse.CooCMatrix,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixManipulations","l":"removeCol(CooMatrix, int)","u":"removeCol(org.flag4j.arrays.sparse.CooMatrix,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"removeCol(int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"removeCol(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"removeCol(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"removeCol(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"removeCol(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"removeCol(int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"removeCol(int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixManipulations","l":"removeCols(CooCMatrix, int...)","u":"removeCols(org.flag4j.arrays.sparse.CooCMatrix,int...)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixManipulations","l":"removeCols(CooMatrix, int...)","u":"removeCols(org.flag4j.arrays.sparse.CooMatrix,int...)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"removeCols(int...)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"removeCols(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"removeCols(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"removeCols(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"removeCols(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"removeCols(int...)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"removeCols(int...)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixManipulations","l":"removeRow(CooCMatrix, int)","u":"removeRow(org.flag4j.arrays.sparse.CooCMatrix,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixManipulations","l":"removeRow(CooMatrix, int)","u":"removeRow(org.flag4j.arrays.sparse.CooMatrix,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"removeRow(int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"removeRow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"removeRow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"removeRow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"removeRow(int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"removeRow(int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"removeRow(int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixManipulations","l":"removeRows(CooCMatrix, int...)","u":"removeRows(org.flag4j.arrays.sparse.CooCMatrix,int...)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixManipulations","l":"removeRows(CooMatrix, int...)","u":"removeRows(org.flag4j.arrays.sparse.CooMatrix,int...)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"removeRows(int...)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"removeRows(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"removeRows(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"removeRows(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"removeRows(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"removeRows(int...)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"removeRows(int...)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"REORDERED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"REORDERED"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"reordered(CNumber[], Shape, CNumber[], Shape)","u":"reordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"reordered(CNumber[], Shape, double[], Shape)","u":"reordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"reordered(double[], Shape, CNumber[], Shape)","u":"reordered(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"reordered(double[], Shape, double[], Shape)","u":"reordered(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"repeat(int, int)","u":"repeat(int,int)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"repeat(int, int)","u":"repeat(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"repeat(int, int)","u":"repeat(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"repeat(int, int)","u":"repeat(int,int)"},{"p":"org.flag4j.core","c":"VectorMixin","l":"repeat(int, int)","u":"repeat(int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"repeat(int, int[])","u":"repeat(int,int[])"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"resetAll()"},{"p":"org.flag4j.io","c":"PrintOptions","l":"resetAll()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"reshape(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"reshape(int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"reshape(int...)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"reshape(int...)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"reshape(int...)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"reshape(int...)"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"reshape(int...)"},{"p":"org.flag4j.core","c":"TensorManipulationsMixin","l":"reshape(int...)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"reshape(Shape)","u":"reshape(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"reshape(Shape)","u":"reshape(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"reshape(Shape)","u":"reshape(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"reshape(Shape)","u":"reshape(org.flag4j.core.Shape)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"reshape(Shape)","u":"reshape(org.flag4j.core.Shape)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"reshape(Shape)","u":"reshape(org.flag4j.core.Shape)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"reshape(Shape)","u":"reshape(org.flag4j.core.Shape)"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"reshape(Shape)","u":"reshape(org.flag4j.core.Shape)"},{"p":"org.flag4j.core","c":"TensorManipulationsMixin","l":"reshape(Shape)","u":"reshape(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"rightMult(CMatrix)","u":"rightMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"rightMult(CVector)","u":"rightMult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"rightMult(Matrix)","u":"rightMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"rightMult(Vector)","u":"rightMult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"rightMult2x2Rotator(CMatrix, CMatrix, int, CNumber[])","u":"rightMult2x2Rotator(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix,int,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"rightMult2x2Rotator(Matrix, Matrix, int, double[])","u":"rightMult2x2Rotator(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix,int,double[])"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"rightMultReflector(CMatrix, CNumber[], CNumber, int, int, int)","u":"rightMultReflector(org.flag4j.arrays.dense.CMatrix,org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber,int,int,int)"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"rightMultReflector(CMatrix, CVector, CNumber, int, int, int)","u":"rightMultReflector(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CVector,org.flag4j.complex_numbers.CNumber,int,int,int)"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"rightMultReflector(Matrix, double[], double, int, int, int)","u":"rightMultReflector(org.flag4j.arrays.dense.Matrix,double[],double,int,int,int)"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"rightMultReflector(Matrix, Vector, double, int, int, int)","u":"rightMultReflector(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Vector,double,int,int,int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"rng"},{"p":"org.flag4j.rng","c":"RandomArray","l":"rng"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"ROOT_THREE"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"ROOT_TWO"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"rootThree()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"rootTwo()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"round()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"round()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"round()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"round()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"round()"},{"p":"org.flag4j.core","c":"TensorManipulationsMixin","l":"round()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"round(CNumber)","u":"round(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"round(CNumber, int)","u":"round(org.flag4j.complex_numbers.CNumber,int)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"round(CNumber[])","u":"round(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"round(CNumber[], int)","u":"round(org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.operations.common.real","c":"RealOperations","l":"round(double[])"},{"p":"org.flag4j.operations.common.real","c":"RealOperations","l":"round(double[], int)","u":"round(double[],int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"round(int)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"round(int)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"round(int)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"round(int)"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"round(int)"},{"p":"org.flag4j.core","c":"TensorManipulationsMixin","l":"round(int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"roundToZero()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"roundToZero()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"roundToZero()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"roundToZero()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"roundToZero()"},{"p":"org.flag4j.core","c":"TensorManipulationsMixin","l":"roundToZero()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"roundToZero(CNumber, double)","u":"roundToZero(org.flag4j.complex_numbers.CNumber,double)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"roundToZero(CNumber[], double)","u":"roundToZero(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"roundToZero(double)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"roundToZero(double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"roundToZero(double)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"roundToZero(double)"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"roundToZero(double)"},{"p":"org.flag4j.core","c":"TensorManipulationsMixin","l":"roundToZero(double)"},{"p":"org.flag4j.operations.common.real","c":"RealOperations","l":"roundToZero(double[], double)","u":"roundToZero(double[],double)"},{"p":"org.flag4j.util","c":"Axis2D","l":"ROW"},{"p":"org.flag4j.util","c":"Axis2D","l":"row()"},{"p":"org.flag4j.linalg","c":"RowEchelon","l":"RowEchelon()","u":"%3Cinit%3E()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"rowIndices"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"rowIndices"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"rowPermute"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"rowPointers"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"rowPointers"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"rowSwaps"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"rowToString(int, int, List)","u":"rowToString(int,int,java.util.List)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"rowToString(int, int, List)","u":"rowToString(int,int,java.util.List)"},{"p":"org.flag4j.linalg","c":"RowEchelon","l":"rref(CMatrix)","u":"rref(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"RowEchelon","l":"rref(Matrix)","u":"rref(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"S"},{"p":"org.flag4j.core","c":"TensorBase","l":"sameLength(TensorBase, ?, ?, ?, ?, ?, ?>, TensorBase, ?, ?, ?, ?, ?, ?>, int)","u":"sameLength(org.flag4j.core.TensorBase,org.flag4j.core.TensorBase,int)"},{"p":"org.flag4j.core","c":"TensorBase","l":"sameShape(TensorBase, ?, ?, ?, ?, ?, ?>)","u":"sameShape(org.flag4j.core.TensorBase)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"scalDiv(CNumber[], CNumber)","u":"scalDiv(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"scalDiv(CNumber[], double)","u":"scalDiv(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"scalDiv(double[], CNumber)","u":"scalDiv(double[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"scalDiv(double[], CNumber)","u":"scalDiv(double[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.common.real","c":"RealOperations","l":"scalDiv(double[], double)","u":"scalDiv(double[],double)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"scalDiv(double[], double)","u":"scalDiv(double[],double)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"scalMult(CNumber[], CNumber)","u":"scalMult(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"scalMult(CNumber[], CNumber)","u":"scalMult(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"scalMult(CNumber[], CNumber[], CNumber)","u":"scalMult(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"scalMult(CNumber[], CNumber[], CNumber, int, int)","u":"scalMult(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber,int,int)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"scalMult(CNumber[], double)","u":"scalMult(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"scalMult(CNumber[], double)","u":"scalMult(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"scalMult(double[], CNumber)","u":"scalMult(double[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.common.real","c":"RealOperations","l":"scalMult(double[], double)","u":"scalMult(double[],double)"},{"p":"org.flag4j.operations.common.real","c":"RealOperations","l":"scalMult(double[], double[], double)","u":"scalMult(double[],double[],double)"},{"p":"org.flag4j.operations.common.real","c":"RealOperations","l":"scalMult(double[], double[], double, int, int)","u":"scalMult(double[],double[],double,int,int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"Schur(boolean, RandomCNumber, UnitaryDecomposition)","u":"%3Cinit%3E(boolean,org.flag4j.rng.RandomCNumber,org.flag4j.linalg.decompositions.unitary.UnitaryDecomposition)"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"selectAlgorithm(Shape, Shape)","u":"selectAlgorithm(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"selectAlgorithmTranspose(Shape)","u":"selectAlgorithmTranspose(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"SEQUENTIAL_SWAPPED_THRESHOLD"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"SEQUENTIAL_SWAPPED_THRESHOLD"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"set(CNumber, int, int)","u":"set(org.flag4j.complex_numbers.CNumber,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"set(CNumber, int, int)","u":"set(org.flag4j.complex_numbers.CNumber,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"set(CNumber, int, int)","u":"set(org.flag4j.complex_numbers.CNumber,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"set(CNumber, int...)","u":"set(org.flag4j.complex_numbers.CNumber,int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"set(CNumber, int...)","u":"set(org.flag4j.complex_numbers.CNumber,int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"set(CNumber, int...)","u":"set(org.flag4j.complex_numbers.CNumber,int...)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"set(CNumber, int...)","u":"set(org.flag4j.complex_numbers.CNumber,int...)"},{"p":"org.flag4j.core","c":"ComplexTensorMixin","l":"set(CNumber, int...)","u":"set(org.flag4j.complex_numbers.CNumber,int...)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"set(CNumber, int...)","u":"set(org.flag4j.complex_numbers.CNumber,int...)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"set(CNumber[], Shape, CNumber, int...)","u":"set(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber,int...)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"set(CNumber[], Shape, double, int...)","u":"set(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double,int...)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"set(double, int, int)","u":"set(double,int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"set(double, int, int)","u":"set(double,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"set(double, int, int)","u":"set(double,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"set(double, int, int)","u":"set(double,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"set(double, int, int)","u":"set(double,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"set(double, int, int)","u":"set(double,int,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"set(double, int, int)","u":"set(double,int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"set(Double, int, int)","u":"set(java.lang.Double,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"set(Double, int, int)","u":"set(java.lang.Double,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"set(Double, int, int)","u":"set(java.lang.Double,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"set(double, int...)","u":"set(double,int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"set(double, int...)","u":"set(double,int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"set(double, int...)","u":"set(double,int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"set(double, int...)","u":"set(double,int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"set(double, int...)","u":"set(double,int...)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"set(double, int...)","u":"set(double,int...)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"set(double, int...)","u":"set(double,int...)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"set(double, int...)","u":"set(double,int...)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"set(double, int...)","u":"set(double,int...)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"set(double, int...)","u":"set(double,int...)"},{"p":"org.flag4j.core","c":"TensorManipulationsMixin","l":"set(double, int...)","u":"set(double,int...)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseSetOperations","l":"set(double[], Shape, double, int...)","u":"set(double[],org.flag4j.core.Shape,double,int...)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"set(X, int, int)","u":"set(X,int,int)"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"setBlockSize(int)"},{"p":"org.flag4j.io","c":"PrintOptions","l":"setCentering(boolean)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setCol(CNumber[], int)","u":"setCol(org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setCol(CNumber[], int)","u":"setCol(org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setCol(CNumber[], int)","u":"setCol(org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"setCol(CNumber[], int)","u":"setCol(org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setCol(CooCMatrix, int, CNumber[])","u":"setCol(org.flag4j.arrays.sparse.CooCMatrix,int,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setCol(CooCMatrix, int, CooCVector)","u":"setCol(org.flag4j.arrays.sparse.CooCMatrix,int,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setCol(CooCMatrix, int, double[])","u":"setCol(org.flag4j.arrays.sparse.CooCMatrix,int,double[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setCol(CooCVector, int)","u":"setCol(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setCol(CooCVector, int)","u":"setCol(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setCol(CooCVector, int)","u":"setCol(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"setCol(CooCVector, int)","u":"setCol(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"setCol(CooMatrix, int, CooVector)","u":"setCol(org.flag4j.arrays.sparse.CooMatrix,int,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"setCol(CooMatrix, int, double[])","u":"setCol(org.flag4j.arrays.sparse.CooMatrix,int,double[])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setCol(CooVector, int)","u":"setCol(org.flag4j.arrays.sparse.CooVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setCol(CooVector, int)","u":"setCol(org.flag4j.arrays.sparse.CooVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setCol(CooVector, int)","u":"setCol(org.flag4j.arrays.sparse.CooVector,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setCol(CVector, int)","u":"setCol(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setCol(CVector, int)","u":"setCol(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setCol(CVector, int)","u":"setCol(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"setCol(CVector, int)","u":"setCol(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setCol(double[], int)","u":"setCol(double[],int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setCol(double[], int)","u":"setCol(double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setCol(double[], int)","u":"setCol(double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setCol(double[], int)","u":"setCol(double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setCol(double[], int)","u":"setCol(double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setCol(double[], int)","u":"setCol(double[],int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setCol(double[], int)","u":"setCol(double[],int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setCol(Double[], int)","u":"setCol(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setCol(Double[], int)","u":"setCol(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setCol(Double[], int)","u":"setCol(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setCol(Double[], int)","u":"setCol(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setCol(Double[], int)","u":"setCol(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setCol(Double[], int)","u":"setCol(java.lang.Double[],int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setCol(Double[], int)","u":"setCol(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setCol(int[], int)","u":"setCol(int[],int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setCol(int[], int)","u":"setCol(int[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setCol(int[], int)","u":"setCol(int[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setCol(int[], int)","u":"setCol(int[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setCol(int[], int)","u":"setCol(int[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setCol(int[], int)","u":"setCol(int[],int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setCol(int[], int)","u":"setCol(int[],int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setCol(Integer[], int)","u":"setCol(java.lang.Integer[],int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setCol(Integer[], int)","u":"setCol(java.lang.Integer[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setCol(Integer[], int)","u":"setCol(java.lang.Integer[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setCol(Integer[], int)","u":"setCol(java.lang.Integer[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setCol(Integer[], int)","u":"setCol(java.lang.Integer[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setCol(Integer[], int)","u":"setCol(java.lang.Integer[],int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setCol(Integer[], int)","u":"setCol(java.lang.Integer[],int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"setCol(TT, int)","u":"setCol(TT,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setCol(Vector, int)","u":"setCol(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setCol(Vector, int)","u":"setCol(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setCol(Vector, int)","u":"setCol(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setCol(Vector, int)","u":"setCol(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setCol(X[], int)","u":"setCol(X[],int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"setExceptionalThreshold(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"setExceptionalThreshold(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"setExceptionalThreshold(int)"},{"p":"org.flag4j.io","c":"PrintOptions","l":"setMaxColumns(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"setMaxIterationFactor(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"setMaxIterationFactor(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"setMaxIterationFactor(int)"},{"p":"org.flag4j.io","c":"PrintOptions","l":"setMaxRows(int)"},{"p":"org.flag4j.io","c":"PrintOptions","l":"setMaxRowsCols(int)"},{"p":"org.flag4j.io","c":"PrintOptions","l":"setMaxRowsCols(int, int)","u":"setMaxRowsCols(int,int)"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"setMinRecursiveSize(int)"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"setNumThreads(int)"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"setNumThreadsAsAvailableProcessors()"},{"p":"org.flag4j.io","c":"PrintOptions","l":"setPadding(int)"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"setParallelismLevel(int)"},{"p":"org.flag4j.io","c":"PrintOptions","l":"setPrecision(int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setRow(CNumber[], int)","u":"setRow(org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setRow(CNumber[], int)","u":"setRow(org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setRow(CNumber[], int)","u":"setRow(org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"setRow(CNumber[], int)","u":"setRow(org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setRow(CooCMatrix, int, CNumber[])","u":"setRow(org.flag4j.arrays.sparse.CooCMatrix,int,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setRow(CooCMatrix, int, CooCVector)","u":"setRow(org.flag4j.arrays.sparse.CooCMatrix,int,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setRow(CooCMatrix, int, double[])","u":"setRow(org.flag4j.arrays.sparse.CooCMatrix,int,double[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setRow(CooCVector, int)","u":"setRow(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setRow(CooCVector, int)","u":"setRow(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setRow(CooCVector, int)","u":"setRow(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"setRow(CooCVector, int)","u":"setRow(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"setRow(CooMatrix, int, double[])","u":"setRow(org.flag4j.arrays.sparse.CooMatrix,int,double[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setRow(CVector, int)","u":"setRow(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setRow(CVector, int)","u":"setRow(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setRow(CVector, int)","u":"setRow(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"setRow(CVector, int)","u":"setRow(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setRow(double[], int)","u":"setRow(double[],int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setRow(double[], int)","u":"setRow(double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setRow(double[], int)","u":"setRow(double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setRow(double[], int)","u":"setRow(double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setRow(double[], int)","u":"setRow(double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setRow(double[], int)","u":"setRow(double[],int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setRow(double[], int)","u":"setRow(double[],int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setRow(Double[], int)","u":"setRow(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setRow(Double[], int)","u":"setRow(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setRow(Double[], int)","u":"setRow(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setRow(Double[], int)","u":"setRow(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setRow(Double[], int)","u":"setRow(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setRow(Double[], int)","u":"setRow(java.lang.Double[],int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setRow(Double[], int)","u":"setRow(java.lang.Double[],int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setRow(int[], int)","u":"setRow(int[],int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setRow(int[], int)","u":"setRow(int[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setRow(int[], int)","u":"setRow(int[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setRow(int[], int)","u":"setRow(int[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setRow(int[], int)","u":"setRow(int[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setRow(int[], int)","u":"setRow(int[],int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setRow(int[], int)","u":"setRow(int[],int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setRow(Integer[], int)","u":"setRow(java.lang.Integer[],int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setRow(Integer[], int)","u":"setRow(java.lang.Integer[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setRow(Integer[], int)","u":"setRow(java.lang.Integer[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setRow(Integer[], int)","u":"setRow(java.lang.Integer[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setRow(Integer[], int)","u":"setRow(java.lang.Integer[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setRow(Integer[], int)","u":"setRow(java.lang.Integer[],int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setRow(Integer[], int)","u":"setRow(java.lang.Integer[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setRow(Vector, int)","u":"setRow(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setRow(X[], int)","u":"setRow(X[],int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSlice(CMatrix, int, int)","u":"setSlice(org.flag4j.arrays.dense.CMatrix,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSlice(CNumber[][], int, int)","u":"setSlice(org.flag4j.complex_numbers.CNumber[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setSlice(CNumber[][], int, int)","u":"setSlice(org.flag4j.complex_numbers.CNumber[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setSlice(CNumber[][], int, int)","u":"setSlice(org.flag4j.complex_numbers.CNumber[][],int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSlice(CooCMatrix, CNumber[], int, int, int[], int[], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.complex_numbers.CNumber[],int,int,int[],int[],int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSlice(CooCMatrix, CNumber[][], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.complex_numbers.CNumber[][],int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSlice(CooCMatrix, CooCMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSlice(CooCMatrix, CooMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSlice(CooCMatrix, double[], int, int, int[], int[], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,double[],int,int,int[],int[],int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSlice(CooCMatrix, double[][], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,double[][],int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSlice(CooCMatrix, Double[][], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,java.lang.Double[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSlice(CooCMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setSlice(CooCMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setSlice(CooCMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,int,int)"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"setSlice(CooCMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSlice(CooCMatrix, int[][], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,int[][],int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSlice(CooCMatrix, Integer[][], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,java.lang.Integer[][],int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSlice(CooCMatrix, Matrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"setSlice(CooMatrix, CooMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"setSlice(CooMatrix, double[], int, int, int[], int[], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,double[],int,int,int[],int[],int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"setSlice(CooMatrix, double[][], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,double[][],int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"setSlice(CooMatrix, Double[][], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,java.lang.Double[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSlice(CooMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSlice(CooMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setSlice(CooMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setSlice(CooMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setSlice(CooMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setSlice(CooMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setSlice(CooMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"setSlice(CooMatrix, int[][], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,int[][],int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"setSlice(CooMatrix, Integer[][], int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,java.lang.Integer[][],int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"setSlice(CooMatrix, Matrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setSlice(CsrCMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CsrCMatrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setSlice(CsrMatrix, int, int)","u":"setSlice(org.flag4j.arrays.sparse.CsrMatrix,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSlice(double[][], int, int)","u":"setSlice(double[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSlice(double[][], int, int)","u":"setSlice(double[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setSlice(double[][], int, int)","u":"setSlice(double[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setSlice(double[][], int, int)","u":"setSlice(double[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setSlice(double[][], int, int)","u":"setSlice(double[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setSlice(double[][], int, int)","u":"setSlice(double[][],int,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setSlice(double[][], int, int)","u":"setSlice(double[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSlice(Double[][], int, int)","u":"setSlice(java.lang.Double[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSlice(Double[][], int, int)","u":"setSlice(java.lang.Double[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setSlice(Double[][], int, int)","u":"setSlice(java.lang.Double[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setSlice(Double[][], int, int)","u":"setSlice(java.lang.Double[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setSlice(Double[][], int, int)","u":"setSlice(java.lang.Double[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setSlice(Double[][], int, int)","u":"setSlice(java.lang.Double[][],int,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setSlice(Double[][], int, int)","u":"setSlice(java.lang.Double[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSlice(int[][], int, int)","u":"setSlice(int[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSlice(int[][], int, int)","u":"setSlice(int[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setSlice(int[][], int, int)","u":"setSlice(int[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setSlice(int[][], int, int)","u":"setSlice(int[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setSlice(int[][], int, int)","u":"setSlice(int[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setSlice(int[][], int, int)","u":"setSlice(int[][],int,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setSlice(int[][], int, int)","u":"setSlice(int[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSlice(Integer[][], int, int)","u":"setSlice(java.lang.Integer[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSlice(Integer[][], int, int)","u":"setSlice(java.lang.Integer[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setSlice(Integer[][], int, int)","u":"setSlice(java.lang.Integer[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setSlice(Integer[][], int, int)","u":"setSlice(java.lang.Integer[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setSlice(Integer[][], int, int)","u":"setSlice(java.lang.Integer[][],int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setSlice(Integer[][], int, int)","u":"setSlice(java.lang.Integer[][],int,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setSlice(Integer[][], int, int)","u":"setSlice(java.lang.Integer[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSlice(Matrix, int, int)","u":"setSlice(org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSlice(Matrix, int, int)","u":"setSlice(org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"setSlice(Matrix, int, int)","u":"setSlice(org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"setSlice(Matrix, int, int)","u":"setSlice(org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"setSlice(Matrix, int, int)","u":"setSlice(org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"setSlice(Matrix, int, int)","u":"setSlice(org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setSlice(Matrix, int, int)","u":"setSlice(org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setSlice(T, int, int)","u":"setSlice(T,int,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"setSlice(X[][], int, int)","u":"setSlice(X[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSliceCopy(CMatrix, int, int)","u":"setSliceCopy(org.flag4j.arrays.dense.CMatrix,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSliceCopy(CNumber[][], int, int)","u":"setSliceCopy(org.flag4j.complex_numbers.CNumber[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSliceCopy(CooCMatrix, int, int)","u":"setSliceCopy(org.flag4j.arrays.sparse.CooCMatrix,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSliceCopy(CooMatrix, int, int)","u":"setSliceCopy(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSliceCopy(CooMatrix, int, int)","u":"setSliceCopy(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setSliceCopy(CooMatrix, int, int)","u":"setSliceCopy(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSliceCopy(double[][], int, int)","u":"setSliceCopy(double[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSliceCopy(double[][], int, int)","u":"setSliceCopy(double[][],int,int)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setSliceCopy(double[][], int, int)","u":"setSliceCopy(double[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSliceCopy(Double[][], int, int)","u":"setSliceCopy(java.lang.Double[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSliceCopy(Double[][], int, int)","u":"setSliceCopy(java.lang.Double[][],int,int)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setSliceCopy(Double[][], int, int)","u":"setSliceCopy(java.lang.Double[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSliceCopy(int[][], int, int)","u":"setSliceCopy(int[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSliceCopy(int[][], int, int)","u":"setSliceCopy(int[][],int,int)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setSliceCopy(int[][], int, int)","u":"setSliceCopy(int[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSliceCopy(Integer[][], int, int)","u":"setSliceCopy(java.lang.Integer[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSliceCopy(Integer[][], int, int)","u":"setSliceCopy(java.lang.Integer[][],int,int)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setSliceCopy(Integer[][], int, int)","u":"setSliceCopy(java.lang.Integer[][],int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setSliceCopy(Matrix, int, int)","u":"setSliceCopy(org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setSliceCopy(Matrix, int, int)","u":"setSliceCopy(org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setSliceCopy(Matrix, int, int)","u":"setSliceCopy(org.flag4j.arrays.dense.Matrix,int,int)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setSliceCopy(T, int, int)","u":"setSliceCopy(T,int,int)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setSliceCopy(X[][], int, int)","u":"setSliceCopy(X[][],int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSliceParamCheck(T, int, int, int, int)","u":"setSliceParamCheck(T,int,int,int,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"setSliceParamCheck(T, U, int, int)","u":"setSliceParamCheck(T,U,int,int)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"setUp(Matrix)","u":"setUp(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"setUp(T)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"setUp(T)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"setUpArrays()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"setUpArrays()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"setUpArrays()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"setValues(CNumber[], CNumber[])","u":"setValues(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setValues(CNumber[][])","u":"setValues(org.flag4j.complex_numbers.CNumber[][])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"setValues(CNumber[][], CNumber[])","u":"setValues(org.flag4j.complex_numbers.CNumber[][],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"setValues(double[], CNumber[])","u":"setValues(double[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"setValues(Double[], CNumber[])","u":"setValues(java.lang.Double[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseSetOperations","l":"setValues(double[], double[])","u":"setValues(double[],double[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseSetOperations","l":"setValues(Double[], double[])","u":"setValues(java.lang.Double[],double[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setValues(double[][])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setValues(double[][])"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setValues(double[][])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setValues(Double[][])","u":"setValues(java.lang.Double[][])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setValues(Double[][])","u":"setValues(java.lang.Double[][])"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setValues(Double[][])","u":"setValues(java.lang.Double[][])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"setValues(double[][], CNumber[])","u":"setValues(double[][],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"setValues(Double[][], CNumber[])","u":"setValues(java.lang.Double[][],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseSetOperations","l":"setValues(double[][], double[])","u":"setValues(double[][],double[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseSetOperations","l":"setValues(Double[][], double[])","u":"setValues(java.lang.Double[][],double[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"setValues(int[], CNumber[])","u":"setValues(int[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseSetOperations","l":"setValues(int[], double[])","u":"setValues(int[],double[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"setValues(int[][])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setValues(int[][])"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setValues(int[][])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"setValues(int[][], CNumber[])","u":"setValues(int[][],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseSetOperations","l":"setValues(int[][], double[])","u":"setValues(int[][],double[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"setValues(Integer[], CNumber[])","u":"setValues(java.lang.Integer[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseSetOperations","l":"setValues(Integer[], double[])","u":"setValues(java.lang.Integer[],double[])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"setValues(Integer[][])","u":"setValues(java.lang.Integer[][])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"setValues(Integer[][], CNumber[])","u":"setValues(java.lang.Integer[][],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseSetOperations","l":"setValues(Integer[][], double[])","u":"setValues(java.lang.Integer[][],double[])"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"setValues(X[][])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"sgn(CNumber)","u":"sgn(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core","c":"TensorBase","l":"shape"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"SHAPE_BROADCAST_ERR"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"SHAPE_ENTRIES_ERR"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"SHAPE_RANK_ERR"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"shape()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"shape()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"shape()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"shape()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"shape()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"shape()"},{"p":"org.flag4j.arrays.sparse","c":"SymmTriDiagonal","l":"shape()"},{"p":"org.flag4j.core","c":"MatrixMixin","l":"shape()"},{"p":"org.flag4j.core","c":"Shape","l":"Shape(boolean, int...)","u":"%3Cinit%3E(boolean,int...)"},{"p":"org.flag4j.core","c":"Shape","l":"Shape(boolean, Shape)","u":"%3Cinit%3E(boolean,org.flag4j.core.Shape)"},{"p":"org.flag4j.core","c":"Shape","l":"Shape(int...)","u":"%3Cinit%3E(int...)"},{"p":"org.flag4j.core","c":"Shape","l":"Shape(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"shapeEntriesError(Shape, int)","u":"shapeEntriesError(org.flag4j.core.Shape,int)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"shapeRankErr(int, int)","u":"shapeRankErr(int,int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"shift"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"shift"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"shift(int, int[])","u":"shift(int,int[])"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"shiftCol"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"shiftRange(int, int[], int, int)","u":"shiftRange(int,int[],int,int)"},{"p":"org.flag4j.rng","c":"RandomArray","l":"shuffle(double[])"},{"p":"org.flag4j.rng","c":"RandomArray","l":"shuffle(int[])"},{"p":"org.flag4j.rng","c":"RandomArray","l":"shuffle(Object[])","u":"shuffle(java.lang.Object[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"sin(CNumber)","u":"sin(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"sin(double)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"sinceLastExceptional"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"singletonInstance"},{"p":"org.flag4j.util.exceptions","c":"SingularMatrixException","l":"SingularMatrixException()","u":"%3Cinit%3E()"},{"p":"org.flag4j.util.exceptions","c":"SingularMatrixException","l":"SingularMatrixException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"sinh(CNumber)","u":"sinh(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"sinh(double)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"size"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"size"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"size"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"size"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"size"},{"p":"org.flag4j.arrays.sparse","c":"SymmTriDiagonal","l":"size"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"size()"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"size()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"size()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"size()"},{"p":"org.flag4j.core","c":"VectorMixin","l":"size()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexBackSolver","l":"solve(CMatrix, CMatrix)","u":"solve(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"solve(CMatrix, CMatrix)","u":"solve(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexBackSolver","l":"solve(CMatrix, CVector)","u":"solve(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"solve(CMatrix, CVector)","u":"solve(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealBackSolver","l":"solve(Matrix, Matrix)","u":"solve(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"solve(Matrix, Matrix)","u":"solve(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealBackSolver","l":"solve(Matrix, Vector)","u":"solve(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"solve(Matrix, Vector)","u":"solve(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"solve(T, T)","u":"solve(T,T)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactTensorSolver","l":"solve(T, T)","u":"solve(T,T)"},{"p":"org.flag4j.linalg.solvers","c":"LinearSolver","l":"solve(T, T)","u":"solve(T,T)"},{"p":"org.flag4j.linalg.solvers","c":"LinearTensorSolver","l":"solve(T, T)","u":"solve(T,T)"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"LstsqSolver","l":"solve(T, T)","u":"solve(T,T)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"solve(T, U)","u":"solve(T,U)"},{"p":"org.flag4j.linalg.solvers","c":"LinearSolver","l":"solve(T, U)","u":"solve(T,U)"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"LstsqSolver","l":"solve(T, U)","u":"solve(T,U)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexBackSolver","l":"solveIdentity(CMatrix)","u":"solveIdentity(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"solveIdentity(CMatrix)","u":"solveIdentity(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealBackSolver","l":"solveIdentity(Matrix)","u":"solveIdentity(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"solveIdentity(Matrix)","u":"solveIdentity(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexBackSolver","l":"solveLower(CMatrix, CMatrix)","u":"solveLower(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"solveLower(CMatrix, CMatrix)","u":"solveLower(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"solveLower(CMatrix, CVector)","u":"solveLower(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealBackSolver","l":"solveLower(Matrix, Matrix)","u":"solveLower(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"solveLower(Matrix, Matrix)","u":"solveLower(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"solveLower(Matrix, Vector)","u":"solveLower(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"solveLowerIdentity(CMatrix)","u":"solveLowerIdentity(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"solveLowerIdentity(Matrix)","u":"solveLowerIdentity(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"solveUnitLower(CMatrix, CMatrix)","u":"solveUnitLower(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"solveUnitLower(CMatrix, CVector)","u":"solveUnitLower(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"solveUnitLower(Matrix, Matrix)","u":"solveUnitLower(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"solveUnitLower(Matrix, Vector)","u":"solveUnitLower(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"solveUnitLowerIdentity(CMatrix)","u":"solveUnitLowerIdentity(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"solveUnitLowerIdentity(Matrix)","u":"solveUnitLowerIdentity(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"sortIndices()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"sortIndices()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sortIndices()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"sortIndices()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"sortIndices()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"sortIndices()"},{"p":"org.flag4j.core.sparse_base","c":"SparseTensorMixin","l":"sortIndices()"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"SparseDataWrapper(T[], int[][], boolean)","u":"%3Cinit%3E(T[],int[][],boolean)"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseElementSearch","l":"SparseElementSearch()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"sparseSort()"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"sparseSortHelper(int, int, int)","u":"sparseSortHelper(int,int,int)"},{"p":"org.flag4j.core.sparse_base","c":"SparseTensorBase","l":"SparseTensorBase(Shape, int, D, int[], int[]...)","u":"%3Cinit%3E(org.flag4j.core.Shape,int,D,int[],int[]...)"},{"p":"org.flag4j.core.sparse_base","c":"SparseTensorBase","l":"SparseTensorBase(Shape, int, D, int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,int,D,int[][])"},{"p":"org.flag4j.arrays.sparse","c":"SparseUtils","l":"SparseUtils()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseUtils","l":"SparseUtils()","u":"%3Cinit%3E()"},{"p":"org.flag4j.core.sparse_base","c":"SparseTensorBase","l":"sparsity()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"splice(CNumber[], CNumber[], int)","u":"splice(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"splice(CNumber[], double[], int)","u":"splice(org.flag4j.complex_numbers.CNumber[],double[],int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"splice(double[], CNumber[], int)","u":"splice(double[],org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"splice(double[], double[], int)","u":"splice(double[],double[],int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"splice(int[], int[], int)","u":"splice(int[],int[],int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"splice(List, CNumber[], int)","u":"splice(java.util.List,org.flag4j.complex_numbers.CNumber[],int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"splice(List, double[], int)","u":"splice(java.util.List,double[],int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"splice(List, int[], int)","u":"splice(java.util.List,int[],int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"spliceDouble(List, double[], int)","u":"spliceDouble(java.util.List,double[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"sqrt()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"sqrt()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"sqrt()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"sqrt()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"sqrt()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"sqrt()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"sqrt()"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"sqrt()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"sqrt(CNumber)","u":"sqrt(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"sqrt(CNumber[])","u":"sqrt(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"sqrt(double)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"sqrt(double[])"},{"p":"org.flag4j.operations.common.real","c":"RealOperations","l":"sqrt(double[])"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"sqrtComplex()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sqrtComplex()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"sqrtComplex()"},{"p":"org.flag4j.core","c":"RealMatrixMixin","l":"sqrtComplex()"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"SQUARE_SHAPE_ERR"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"SQUARENESS_RATIO"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"SQUARENESS_RATIO"},{"p":"org.flag4j.linalg.transformations","c":"Givens","l":"stableTrigVals(double, double)","u":"stableTrigVals(double,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"stack(CMatrix)","u":"stack(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"stack(CMatrix)","u":"stack(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"stack(CMatrix)","u":"stack(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"stack(CMatrix)","u":"stack(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"stack(CMatrix)","u":"stack(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"stack(CMatrix)","u":"stack(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CMatrix)","u":"stack(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CMatrix, int)","u":"stack(org.flag4j.arrays.dense.CMatrix,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"stack(CooCMatrix)","u":"stack(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"stack(CooCMatrix)","u":"stack(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"stack(CooCMatrix)","u":"stack(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"stack(CooCMatrix)","u":"stack(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"stack(CooCMatrix)","u":"stack(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"stack(CooCMatrix)","u":"stack(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CooCMatrix)","u":"stack(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CooCMatrix, int)","u":"stack(org.flag4j.arrays.sparse.CooCMatrix,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"stack(CooCVector)","u":"stack(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"stack(CooCVector, int)","u":"stack(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"stack(CooCVector, int)","u":"stack(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"stack(CooCVector, int)","u":"stack(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"stack(CooCVector, int)","u":"stack(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CooCVector, int)","u":"stack(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"stack(CooCVector, int)","u":"stack(org.flag4j.arrays.sparse.CooCVector,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"stack(CooMatrix)","u":"stack(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"stack(CooMatrix)","u":"stack(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"stack(CooMatrix)","u":"stack(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"stack(CooMatrix)","u":"stack(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"stack(CooMatrix)","u":"stack(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"stack(CooMatrix)","u":"stack(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CooMatrix)","u":"stack(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CooMatrix, int)","u":"stack(org.flag4j.arrays.sparse.CooMatrix,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"stack(CooVector)","u":"stack(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"stack(CooVector, int)","u":"stack(org.flag4j.arrays.sparse.CooVector,int)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"stack(CooVector, int)","u":"stack(org.flag4j.arrays.sparse.CooVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"stack(CooVector, int)","u":"stack(org.flag4j.arrays.sparse.CooVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"stack(CooVector, int)","u":"stack(org.flag4j.arrays.sparse.CooVector,int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CooVector, int)","u":"stack(org.flag4j.arrays.sparse.CooVector,int)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"stack(CooVector, int)","u":"stack(org.flag4j.arrays.sparse.CooVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"stack(CsrCMatrix)","u":"stack(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CsrCMatrix)","u":"stack(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CsrCMatrix, int)","u":"stack(org.flag4j.arrays.sparse.CsrCMatrix,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"stack(CsrMatrix)","u":"stack(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CsrMatrix)","u":"stack(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CsrMatrix, int)","u":"stack(org.flag4j.arrays.sparse.CsrMatrix,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"stack(CVector)","u":"stack(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"stack(CVector, int)","u":"stack(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"stack(CVector, int)","u":"stack(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"stack(CVector, int)","u":"stack(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"stack(CVector, int)","u":"stack(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(CVector, int)","u":"stack(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"stack(CVector, int)","u":"stack(org.flag4j.arrays.dense.CVector,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"stack(Matrix)","u":"stack(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"stack(Matrix)","u":"stack(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"stack(Matrix)","u":"stack(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"stack(Matrix)","u":"stack(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"stack(Matrix)","u":"stack(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"stack(Matrix)","u":"stack(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(Matrix)","u":"stack(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(Matrix, int)","u":"stack(org.flag4j.arrays.dense.Matrix,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"stack(Vector)","u":"stack(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"stack(Vector, int)","u":"stack(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"stack(Vector, int)","u":"stack(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"stack(Vector, int)","u":"stack(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"stack(Vector, int)","u":"stack(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"stack(Vector, int)","u":"stack(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"stack(Vector, int)","u":"stack(org.flag4j.arrays.dense.Vector,int)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"STANDARD"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"STANDARD"},{"p":"org.flag4j.operations","c":"TransposeDispatcher.Algorithm","l":"STANDARD"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"STANDARD_THRESHOLD"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"STANDARD_VECTOR"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"STANDARD_VECTOR"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseMatrixMultiplication","l":"standard(CMatrix, CsrMatrix)","u":"standard(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixMultiplication","l":"standard(CNumber[], int[], int[], Shape, CNumber[], int[], int[], Shape)","u":"standard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"standard(CNumber[], int[], int[], Shape, CNumber[], Shape)","u":"standard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"standard(CNumber[], int[], int[], Shape, double[], int[], int[], Shape)","u":"standard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"standard(CNumber[], int[], int[], Shape, double[], Shape)","u":"standard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"standard(CNumber[], Shape, CNumber[], int[], int[], Shape)","u":"standard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"standard(CNumber[], Shape, CNumber[], Shape)","u":"standard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"standard(CNumber[], Shape, double[], int[], int[], Shape)","u":"standard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"standard(CNumber[], Shape, double[], Shape)","u":"standard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"standard(CNumber[], Shape, int, int)","u":"standard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"standard(CNumber[], Shape, int[])","u":"standard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,int[])"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseMatrixMultiplication","l":"standard(CsrCMatrix, CMatrix)","u":"standard(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrMatrixMultiplication","l":"standard(CsrCMatrix, CsrCMatrix)","u":"standard(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrMatrixMultiplication","l":"standard(CsrCMatrix, CsrMatrix)","u":"standard(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseMatrixMultiplication","l":"standard(CsrCMatrix, Matrix)","u":"standard(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseMatrixMultiplication","l":"standard(CsrMatrix, CMatrix)","u":"standard(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrMatrixMultiplication","l":"standard(CsrMatrix, CsrCMatrix)","u":"standard(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrMatrixMultiplication","l":"standard(CsrMatrix, CsrMatrix)","u":"standard(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseMatrixMultiplication","l":"standard(CsrMatrix, Matrix)","u":"standard(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"standard(double[], int[], int[], Shape, CNumber[], int[], int[], Shape)","u":"standard(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"standard(double[], int[], int[], Shape, CNumber[], Shape)","u":"standard(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixMultiplication","l":"standard(double[], int[], int[], Shape, double[], int[], int[], Shape)","u":"standard(double[],int[],int[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"standard(double[], int[], int[], Shape, double[], Shape)","u":"standard(double[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"standard(double[], Shape, CNumber[], int[], int[], Shape)","u":"standard(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"standard(double[], Shape, CNumber[], Shape)","u":"standard(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"standard(double[], Shape, double[], int[], int[], Shape)","u":"standard(double[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"standard(double[], Shape, double[], Shape)","u":"standard(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"standard(double[], Shape, int, int)","u":"standard(double[],org.flag4j.core.Shape,int,int)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"standard(double[], Shape, int[])","u":"standard(double[],org.flag4j.core.Shape,int[])"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseMatrixMultiplication","l":"standard(Matrix, CsrCMatrix)","u":"standard(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseMatrixMultiplication","l":"standard(Matrix, CsrMatrix)","u":"standard(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrMatrixMultiplication","l":"standardAsSparse(CsrCMatrix, CsrCMatrix)","u":"standardAsSparse(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrMatrixMultiplication","l":"standardAsSparse(CsrCMatrix, CsrMatrix)","u":"standardAsSparse(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrMatrixMultiplication","l":"standardAsSparse(CsrMatrix, CsrCMatrix)","u":"standardAsSparse(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrMatrixMultiplication","l":"standardAsSparse(CsrMatrix, CsrMatrix)","u":"standardAsSparse(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"standardConcurrent(CNumber[], Shape, int, int)","u":"standardConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"standardConcurrent(CNumber[], Shape, int[])","u":"standardConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,int[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"standardConcurrent(double[], Shape, int, int)","u":"standardConcurrent(double[],org.flag4j.core.Shape,int,int)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"standardConcurrent(double[], Shape, int[])","u":"standardConcurrent(double[],org.flag4j.core.Shape,int[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"standardConcurrentHerm(CNumber[], Shape, int, int)","u":"standardConcurrentHerm(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"standardConcurrentHerm(CNumber[], Shape, int[])","u":"standardConcurrentHerm(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,int[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"standardHerm(CNumber[], Shape, int, int)","u":"standardHerm(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,int,int)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"standardIntMatrix(int[][])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"standardMatrix(CNumber[], int, int)","u":"standardMatrix(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"standardMatrix(double[], int, int)","u":"standardMatrix(double[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"standardMatrixConcurrent(CNumber[], int, int)","u":"standardMatrixConcurrent(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"standardMatrixConcurrent(double[], int, int)","u":"standardMatrixConcurrent(double[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"standardMatrixConcurrentHerm(CNumber[], int, int)","u":"standardMatrixConcurrentHerm(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"standardMatrixHerm(CNumber[], int, int)","u":"standardMatrixHerm(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseMatrixMultiplication","l":"standardTranspose(CsrMatrix, CMatrix)","u":"standardTranspose(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseMatrixMultiplication","l":"standardTranspose(CsrMatrix, Matrix)","u":"standardTranspose(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixMultiplication","l":"standardVector(CNumber[], int[], int[], Shape, CNumber[], int[])","u":"standardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"standardVector(CNumber[], int[], int[], Shape, CNumber[], Shape)","u":"standardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"standardVector(CNumber[], int[], int[], Shape, double[], int[], Shape)","u":"standardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"standardVector(CNumber[], int[], int[], Shape, double[], Shape)","u":"standardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"standardVector(CNumber[], Shape, CNumber[], int[])","u":"standardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"standardVector(CNumber[], Shape, CNumber[], Shape)","u":"standardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"standardVector(CNumber[], Shape, double[], int[])","u":"standardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"standardVector(CNumber[], Shape, double[], Shape)","u":"standardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrMatrixMultiplication","l":"standardVector(CsrCMatrix, CooCVector)","u":"standardVector(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrMatrixMultiplication","l":"standardVector(CsrCMatrix, CooVector)","u":"standardVector(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseMatrixMultiplication","l":"standardVector(CsrCMatrix, CVector)","u":"standardVector(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseMatrixMultiplication","l":"standardVector(CsrCMatrix, Vector)","u":"standardVector(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrMatrixMultiplication","l":"standardVector(CsrMatrix, CooCVector)","u":"standardVector(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseMatrixMultiplication","l":"standardVector(CsrMatrix, CooVector)","u":"standardVector(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseMatrixMultiplication","l":"standardVector(CsrMatrix, CVector)","u":"standardVector(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseMatrixMultiplication","l":"standardVector(CsrMatrix, Vector)","u":"standardVector(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"standardVector(double[], int[], int[], Shape, CNumber[], int[], Shape)","u":"standardVector(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"standardVector(double[], int[], int[], Shape, CNumber[], Shape)","u":"standardVector(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixMultiplication","l":"standardVector(double[], int[], int[], Shape, double[], int[])","u":"standardVector(double[],int[],int[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"standardVector(double[], int[], int[], Shape, double[], Shape)","u":"standardVector(double[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"standardVector(double[], Shape, CNumber[], int[])","u":"standardVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"standardVector(double[], Shape, CNumber[], Shape)","u":"standardVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"standardVector(double[], Shape, double[], int[])","u":"standardVector(double[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"standardVector(double[], Shape, double[], Shape)","u":"standardVector(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"storeReflectors"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"stridedFillZeros(CNumber[], int, int)","u":"stridedFillZeros(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"stridedFillZeros(CNumber[], int, int, int)","u":"stridedFillZeros(org.flag4j.complex_numbers.CNumber[],int,int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"stridedFillZeros(double[], int, int)","u":"stridedFillZeros(double[],int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"stridedFillZeros(double[], int, int, int)","u":"stridedFillZeros(double[],int,int,int)"},{"p":"org.flag4j.core","c":"Shape","l":"strides"},{"p":"org.flag4j.util","c":"StringUtils","l":"StringUtils()","u":"%3Cinit%3E()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"sub(CMatrix)","u":"sub(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"sub(CMatrix)","u":"sub(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sub(CMatrix)","u":"sub(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"sub(CMatrix)","u":"sub(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"sub(CMatrix)","u":"sub(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"sub(CMatrix)","u":"sub(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"sub(CMatrix, CooCMatrix)","u":"sub(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"sub(CMatrix, CooMatrix)","u":"sub(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"sub(CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"sub(CNumber[], CNumber)","u":"sub(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"sub(CNumber[], double)","u":"sub(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"sub(CNumber[], Shape, CNumber[], Shape)","u":"sub(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"sub(CNumber[], Shape, double[], Shape)","u":"sub(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"sub(CooCMatrix)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"sub(CooCMatrix)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"sub(CooCMatrix)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sub(CooCMatrix)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"sub(CooCMatrix)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"sub(CooCMatrix)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"sub(CooCMatrix)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"sub(CooCMatrix, CMatrix)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"sub(CooCMatrix, CNumber)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"sub(CooCMatrix, CooCMatrix)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"sub(CooCMatrix, CooMatrix)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"sub(CooCMatrix, double)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix,double)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"sub(CooCMatrix, Matrix)","u":"sub(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"sub(CooCTensor)","u":"sub(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"sub(CooCTensor)","u":"sub(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"sub(CooCTensor)","u":"sub(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"sub(CooCTensor)","u":"sub(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"sub(CooCVector)","u":"sub(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"sub(CooCVector)","u":"sub(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"sub(CooCVector)","u":"sub(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"sub(CooCVector)","u":"sub(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"sub(CooCVector)","u":"sub(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"sub(CooCVector, CNumber)","u":"sub(org.flag4j.arrays.sparse.CooCVector,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"sub(CooCVector, CooCVector)","u":"sub(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"sub(CooCVector, CooVector)","u":"sub(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"sub(CooCVector, CVector)","u":"sub(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"sub(CooCVector, double)","u":"sub(org.flag4j.arrays.sparse.CooCVector,double)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"sub(CooCVector, Vector)","u":"sub(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"sub(CooMatrix)","u":"sub(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"sub(CooMatrix)","u":"sub(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"sub(CooMatrix)","u":"sub(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sub(CooMatrix)","u":"sub(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"sub(CooMatrix)","u":"sub(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"sub(CooMatrix)","u":"sub(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"sub(CooMatrix)","u":"sub(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"sub(CooMatrix, CMatrix)","u":"sub(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"sub(CooMatrix, CNumber)","u":"sub(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"sub(CooMatrix, CooCMatrix)","u":"sub(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"sub(CooMatrix, CooMatrix)","u":"sub(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"sub(CooMatrix, double)","u":"sub(org.flag4j.arrays.sparse.CooMatrix,double)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"sub(CooMatrix, Matrix)","u":"sub(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"sub(CooTensor)","u":"sub(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"sub(CooTensor)","u":"sub(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"sub(CooTensor)","u":"sub(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"sub(CooTensor)","u":"sub(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"sub(CooVector)","u":"sub(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"sub(CooVector)","u":"sub(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"sub(CooVector)","u":"sub(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"sub(CooVector)","u":"sub(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"sub(CooVector)","u":"sub(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"sub(CooVector, CNumber)","u":"sub(org.flag4j.arrays.sparse.CooVector,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"sub(CooVector, CooCVector)","u":"sub(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseVectorOperations","l":"sub(CooVector, CooVector)","u":"sub(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"sub(CooVector, CVector)","u":"sub(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseVectorOperations","l":"sub(CooVector, double)","u":"sub(org.flag4j.arrays.sparse.CooVector,double)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"sub(CooVector, Vector)","u":"sub(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"sub(CsrCMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"sub(CsrCMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"sub(CsrCMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sub(CsrCMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"sub(CsrCMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"sub(CsrCMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"sub(CsrCMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"sub(CsrMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"sub(CsrMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"sub(CsrMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sub(CsrMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"sub(CsrMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"sub(CsrMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"sub(CsrMatrix)","u":"sub(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"sub(CTensor)","u":"sub(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"sub(CTensor)","u":"sub(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseOperations","l":"sub(CTensor, CooCTensor)","u":"sub(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"sub(CTensor, CooTensor)","u":"sub(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"sub(CVector)","u":"sub(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"sub(CVector)","u":"sub(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"sub(CVector)","u":"sub(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"sub(CVector)","u":"sub(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"sub(CVector, CooCVector)","u":"sub(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"sub(CVector, CooVector)","u":"sub(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"sub(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"sub(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"sub(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sub(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"sub(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"sub(double)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"sub(double)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"sub(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"sub(double)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"sub(double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"sub(double)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"sub(double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"sub(double[], CNumber)","u":"sub(double[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"sub(double[], CNumber)","u":"sub(double[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"sub(double[], double)","u":"sub(double[],double)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"sub(double[], Shape, CNumber[], Shape)","u":"sub(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"sub(double[], Shape, double[], Shape)","u":"sub(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"sub(Matrix)","u":"sub(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"sub(Matrix)","u":"sub(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sub(Matrix)","u":"sub(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"sub(Matrix)","u":"sub(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"sub(Matrix)","u":"sub(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"sub(Matrix)","u":"sub(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"sub(Matrix, CooCMatrix)","u":"sub(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"sub(Matrix, CooMatrix)","u":"sub(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"sub(T)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"sub(T)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"sub(T)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"sub(Tensor)","u":"sub(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"sub(Tensor)","u":"sub(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"sub(Tensor, CooCTensor)","u":"sub(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseTensorOperations","l":"sub(Tensor, CooTensor)","u":"sub(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"sub(Vector)","u":"sub(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"sub(Vector)","u":"sub(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"sub(Vector)","u":"sub(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"sub(Vector)","u":"sub(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"sub(Vector, CooCVector)","u":"sub(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"sub(Vector, CooVector)","u":"sub(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"subDiagonal"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"subEq(CMatrix, CooCMatrix)","u":"subEq(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"subEq(CMatrix, CooMatrix)","u":"subEq(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"subEq(CNumber)","u":"subEq(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"subEq(CNumber)","u":"subEq(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"subEq(CNumber[], CNumber)","u":"subEq(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"subEq(CNumber[], double)","u":"subEq(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"subEq(CNumber[], Shape, CNumber[], Shape)","u":"subEq(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"subEq(CNumber[], Shape, double[], Shape)","u":"subEq(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"subEq(CooCMatrix)","u":"subEq(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"subEq(CooCTensor)","u":"subEq(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.core","c":"ComplexTensorExclusiveMixin","l":"subEq(CooCTensor)","u":"subEq(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"subEq(CooCVector)","u":"subEq(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"subEq(CooMatrix)","u":"subEq(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"subEq(CooMatrix)","u":"subEq(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"subEq(CooMatrix)","u":"subEq(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"subEq(CooTensor)","u":"subEq(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"subEq(CooTensor)","u":"subEq(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"subEq(CooTensor)","u":"subEq(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"subEq(CooVector)","u":"subEq(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"subEq(CooVector)","u":"subEq(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core.dense_base","c":"DenseVectorMixin","l":"subEq(CooVector)","u":"subEq(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseOperations","l":"subEq(CTensor, CooCTensor)","u":"subEq(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"subEq(CTensor, CooTensor)","u":"subEq(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"subEq(CVector, CooCVector)","u":"subEq(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"subEq(CVector, CooVector)","u":"subEq(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"subEq(double)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"subEq(Double)","u":"subEq(java.lang.Double)"},{"p":"org.flag4j.core.dense_base","c":"DenseMixin","l":"subEq(Double)","u":"subEq(java.lang.Double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"subEq(Double)","u":"subEq(java.lang.Double)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"subEq(double[], double)","u":"subEq(double[],double)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"subEq(double[], Shape, double[], Shape)","u":"subEq(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"subEq(Matrix)","u":"subEq(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"subEq(Matrix)","u":"subEq(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"subEq(Matrix, CooMatrix)","u":"subEq(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"subEq(T)"},{"p":"org.flag4j.core.dense_base","c":"DenseTensorBase","l":"subEq(T)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"subEq(T)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"subEq(Tensor)","u":"subEq(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"ComplexTensorExclusiveMixin","l":"subEq(Tensor)","u":"subEq(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core.dense_base","c":"DenseTensorMixin","l":"subEq(Tensor)","u":"subEq(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseTensorOperations","l":"subEq(Tensor, CooTensor)","u":"subEq(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"subEq(Vector)","u":"subEq(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core.dense_base","c":"DenseVectorMixin","l":"subEq(Vector)","u":"subEq(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"subEq(Vector, CooVector)","u":"subEq(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core.dense_base","c":"DenseMixin","l":"subEq(X)"},{"p":"org.flag4j.linalg","c":"SubSpace","l":"SubSpace()","u":"%3Cinit%3E()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"sum()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"sum()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"sum()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"sum()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"sum()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"sum()"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"sum()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"sum(CNumber...)","u":"sum(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.operations.common.complex","c":"AggregateComplex","l":"sum(CNumber[])","u":"sum(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.common.real","c":"AggregateReal","l":"sum(double[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"sumCols()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"sumCols()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"sumCols()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sumCols()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"sumCols()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"sumCols()"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"sumCols()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"sumRows()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"sumRows()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"sumRows()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"sumRows()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"sumRows()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"sumRows()"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"sumRows()"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"SVD(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"swap(double[], int, int)","u":"swap(double[],int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"swap(int[], int, int)","u":"swap(int[],int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"swap(int[], int[])","u":"swap(int[],int[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"swap(Object[], int, int)","u":"swap(java.lang.Object[],int,int)"},{"p":"org.flag4j.core","c":"Shape","l":"swapAxes(int, int)","u":"swapAxes(int,int)"},{"p":"org.flag4j.core","c":"Shape","l":"swapAxes(int...)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixManipulations","l":"swapCols(CooCMatrix, int, int)","u":"swapCols(org.flag4j.arrays.sparse.CooCMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixManipulations","l":"swapCols(CooMatrix, int, int)","u":"swapCols(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrManipulations","l":"swapCols(CsrCMatrix, int, int)","u":"swapCols(org.flag4j.arrays.sparse.CsrCMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrManipulations","l":"swapCols(CsrMatrix, int, int)","u":"swapCols(org.flag4j.arrays.sparse.CsrMatrix,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"swapCols(int, int)","u":"swapCols(int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"swapCols(int, int)","u":"swapCols(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"swapCols(int, int)","u":"swapCols(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"swapCols(int, int)","u":"swapCols(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"swapCols(int, int)","u":"swapCols(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"swapCols(int, int)","u":"swapCols(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"swapCols(int, int)","u":"swapCols(int,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"swapCols(int, int)","u":"swapCols(int,int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"swapCols(int, int)","u":"swapCols(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"swapPointers"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixManipulations","l":"swapRows(CooCMatrix, int, int)","u":"swapRows(org.flag4j.arrays.sparse.CooCMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixManipulations","l":"swapRows(CooMatrix, int, int)","u":"swapRows(org.flag4j.arrays.sparse.CooMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrManipulations","l":"swapRows(CsrCMatrix, int, int)","u":"swapRows(org.flag4j.arrays.sparse.CsrCMatrix,int,int)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrManipulations","l":"swapRows(CsrMatrix, int, int)","u":"swapRows(org.flag4j.arrays.sparse.CsrMatrix,int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"swapRows(int, int)","u":"swapRows(int,int)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"swapRows(int, int)","u":"swapRows(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"swapRows(int, int)","u":"swapRows(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"swapRows(int, int)","u":"swapRows(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"swapRows(int, int)","u":"swapRows(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"swapRows(int, int)","u":"swapRows(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"swapRows(int, int)","u":"swapRows(int,int)"},{"p":"org.flag4j.core","c":"MatrixManipulationsMixin","l":"swapRows(int, int)","u":"swapRows(int,int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"swapRows(int, int)","u":"swapRows(int,int)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"SymmHess()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"SymmHess(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"SymmHess(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"org.flag4j.linalg.transformations","c":"Householder","l":"symmLeftRightMultReflector(Matrix, double[], double, int, double[])","u":"symmLeftRightMultReflector(org.flag4j.arrays.dense.Matrix,double[],double,int,double[])"},{"p":"org.flag4j.arrays.sparse","c":"SymmTriDiagonal","l":"SymmTriDiagonal(double[], double[])","u":"%3Cinit%3E(double[],double[])"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"T"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"T()"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"T()"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"T()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"T()"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"T()"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"T()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"T()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"T()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"T()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"T()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"T()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"T()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"T()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"T()"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"T()"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"T()"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"T(int, int)","u":"T(int,int)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"T(int, int)","u":"T(int,int)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"T(int, int)","u":"T(int,int)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"T(int...)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"T(int...)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"T(int...)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"tan(CNumber)","u":"tan(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"tan(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"tanh(CNumber)","u":"tanh(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"tanh(double)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"temp"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"Tensor(Matrix)","u":"%3Cinit%3E(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"Tensor(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"Tensor(Shape, double)","u":"%3Cinit%3E(org.flag4j.core.Shape,double)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"Tensor(Shape, double[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"Tensor(Shape, Double[])","u":"%3Cinit%3E(org.flag4j.core.Shape,java.lang.Double[])"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"Tensor(Shape, int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,int[])"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"Tensor(Shape, Integer[])","u":"%3Cinit%3E(org.flag4j.core.Shape,java.lang.Integer[])"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"Tensor(Tensor)","u":"%3Cinit%3E(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"Tensor(Vector)","u":"%3Cinit%3E(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"TensorBase","l":"TensorBase(Shape, D)","u":"%3Cinit%3E(org.flag4j.core.Shape,D)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"tensorDot(CTensor)","u":"tensorDot(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTensorDot","l":"tensorDot(CTensor, CTensor, int[], int[])","u":"tensorDot(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.dense.CTensor,int[],int[])"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"tensorDot(CTensor, int[], int[])","u":"tensorDot(org.flag4j.arrays.dense.CTensor,int[],int[])"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"tensorDot(T)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"tensorDot(T, int)","u":"tensorDot(T,int)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"tensorDot(T, int, int)","u":"tensorDot(T,int,int)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"tensorDot(T, int[], int[])","u":"tensorDot(T,int[],int[])"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"tensorDot(Tensor)","u":"tensorDot(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"tensorDot(Tensor, int[], int[])","u":"tensorDot(org.flag4j.arrays.dense.Tensor,int[],int[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTensorDot","l":"tensorDot(Tensor, Tensor)","u":"tensorDot(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTensorDot","l":"tensorDot(Tensor, Tensor, int[], int[])","u":"tensorDot(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.dense.Tensor,int[],int[])"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"TensorEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseEquals","l":"tensorEquals(CNumber[], Shape, CNumber[], Shape)","u":"tensorEquals(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseEquals","l":"tensorEquals(CooCTensor, CooCTensor)","u":"tensorEquals(org.flag4j.arrays.sparse.CooCTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseEquals","l":"tensorEquals(CooTensor, CooCTensor)","u":"tensorEquals(org.flag4j.arrays.sparse.CooTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseEquals","l":"tensorEquals(CooTensor, CooTensor)","u":"tensorEquals(org.flag4j.arrays.sparse.CooTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseEquals","l":"tensorEquals(CTensor, CooCTensor)","u":"tensorEquals(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseEquals","l":"tensorEquals(CTensor, CooTensor)","u":"tensorEquals(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseEquals","l":"tensorEquals(double[], Shape, CNumber[], Shape)","u":"tensorEquals(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseEquals","l":"tensorEquals(double[], Shape, double[], Shape)","u":"tensorEquals(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseEquals","l":"tensorEquals(Tensor, CooCTensor)","u":"tensorEquals(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseEquals","l":"tensorEquals(Tensor, CooTensor)","u":"tensorEquals(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseEquals","l":"tensorEquals(Tensor, CTensor)","u":"tensorEquals(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseEquals","l":"tensorEquals(Tensor, Tensor)","u":"tensorEquals(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"TensorBase","l":"tensorEquals(TensorBase, ?, ?, ?, ?, ?, ?>)","u":"tensorEquals(org.flag4j.core.TensorBase)"},{"p":"org.flag4j.core","c":"TensorComparisonsMixin","l":"tensorEquals(TensorBase, ?, ?, ?, ?, ?, ?>)","u":"tensorEquals(org.flag4j.core.TensorBase)"},{"p":"org.flag4j.io","c":"TensorInputStream","l":"TensorInputStream(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"tensorInv()"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"tensorInv(int)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"tensorInv(int)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"tensorInv(int)"},{"p":"org.flag4j.linalg","c":"TensorInvert","l":"TensorInvert()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"tensorNormL2(CNumber[])","u":"tensorNormL2(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"tensorNormL2(double[])"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"tensorNormLp(CNumber[], double)","u":"tensorNormLp(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"tensorNormLp(double[], double)","u":"tensorNormLp(double[],double)"},{"p":"org.flag4j.linalg","c":"TensorNorms","l":"TensorNorms()","u":"%3Cinit%3E()"},{"p":"org.flag4j.io","c":"TensorOutputStream","l":"TensorOutputStream(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.flag4j.io","c":"TensorReader","l":"TensorReader()","u":"%3Cinit%3E()"},{"p":"org.flag4j.util.exceptions","c":"TensorShapeException","l":"TensorShapeException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.flag4j.util.exceptions","c":"TensorShapeException","l":"TensorShapeException(String, Shape)","u":"%3Cinit%3E(java.lang.String,org.flag4j.core.Shape)"},{"p":"org.flag4j.util.exceptions","c":"TensorShapeException","l":"TensorShapeException(String, Shape, Shape)","u":"%3Cinit%3E(java.lang.String,org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.io","c":"TensorWriter","l":"TensorWriter()","u":"%3Cinit%3E()"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"threadLogger"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"ThreadManager()","u":"%3Cinit%3E()"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"threadPool"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"toArrayList(CNumber[])","u":"toArrayList(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"toArrayList(double[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"toArrayList(int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"toComplex()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"toComplex()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"toComplex()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"toComplex()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"toComplex()"},{"p":"org.flag4j.core","c":"RealTensorMixin","l":"toComplex()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"toComplexArrayList(double[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"toCoo()"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"toCoo()"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"toCoo()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"toCoo()"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"toCoo()"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"toCoo()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"toCoo()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"toCoo()"},{"p":"org.flag4j.core.dense_base","c":"DenseTensorBase","l":"toCoo()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"toCsr()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"toCsr()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"toCsr()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"toCsr()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"toDense()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"toDense()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"toDense()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"toDense()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"toDense()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"toDense()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"toDense()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"toDense()"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"toDense()"},{"p":"org.flag4j.arrays.sparse","c":"SymmTriDiagonal","l":"toDense()"},{"p":"org.flag4j.core.sparse_base","c":"SparseTensorBase","l":"toDense()"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"toMatrix()"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"toMatrix()"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"toMatrix()"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"toMatrix()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"toMatrix()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"toMatrix()"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"toMatrix()"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"toMatrix(boolean)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"toMatrix(boolean)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"toMatrix(boolean)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"toMatrix(boolean)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"toMatrix(boolean)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"toPolar()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"toReal()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"toReal()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"toReal()"},{"p":"org.flag4j.core","c":"ComplexTensorMixin","l":"toReal()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"toReal()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"toReal()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"toReal(CNumber[])","u":"toReal(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"toRealSafe()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"toRealSafe()"},{"p":"org.flag4j.core","c":"ComplexTensorMixin","l":"toRealSafe()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"toRealSafe()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"toRealSafe()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"toString()"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"toString()"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"toString()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"toString()"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"toString()"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"toString()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"toString()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"toString()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"toString()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"toString()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"toString()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"toString()"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"toString()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"toString()"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"toString()"},{"p":"org.flag4j.core","c":"Shape","l":"toString()"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"TOTAL_ENTRIES_ERR"},{"p":"org.flag4j.core","c":"Shape","l":"totalEntries()"},{"p":"org.flag4j.core","c":"TensorBase","l":"totalEntries()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"toTensor()"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"toTensor()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"toTensor()"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"toTensor()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"toTensor()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"toTensor()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"toTensor()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"toTensor()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"toTensor()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"toTensor()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"toVector()"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"toVector()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"toVector()"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"toVector()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"toVector()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"toVector()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"toVector()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"toVector()"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"toVector()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"tr()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"tr()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"tr()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"tr()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"tr()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"tr()"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"tr()"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"tr()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"trace()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"trace()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"trace()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"trace()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"trace()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"trace()"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"trace()"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"trace()"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"transformData"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"transformMatrix"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"transpose()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"transpose()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"transpose()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"transpose()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"transpose()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"transpose()"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"transpose()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"transpose(CsrCMatrix)","u":"transpose(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"transpose(CsrMatrix)","u":"transpose(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"transpose(int, int)","u":"transpose(int,int)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"transpose(int...)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"TransposeDispatcher()","u":"%3Cinit%3E()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"TWO"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"two()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"U"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"U"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"unbox(Double[])","u":"unbox(java.lang.Double[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"unbox(Integer[])","u":"unbox(java.lang.Integer[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"unboxFlatten(Double[][])","u":"unboxFlatten(java.lang.Double[][])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"uniqueSorted(int[])"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"UnitaryDecomposition(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"unwrap(double[], int[])","u":"unwrap(double[],int[])"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"unwrap(double[], int[], int[])","u":"unwrap(double[],int[],int[])"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"unwrap(double[], int[][])","u":"unwrap(double[],int[][])"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"unwrap(T[], int[])","u":"unwrap(T[],int[])"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"unwrap(T[], int[], int[])","u":"unwrap(T[],int[],int[])"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"unwrap(T[], int[][])","u":"unwrap(T[],int[][])"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"updateData(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"updateData(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"updateData(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"updateData(int)"},{"p":"org.flag4j.io","c":"PrintOptions","l":"useCentering()"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"useConcurrent(int)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"UTILITY_CLASS_ERR"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"V"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU.Pivoting","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher.Algorithm","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"org.flag4j.util","c":"Axis2D","l":"valueOf(String)","u":"valueOf(java.lang.String)"},{"p":"org.flag4j.util","c":"StringUtils","l":"ValueOfRound(CNumber, int)","u":"ValueOfRound(org.flag4j.complex_numbers.CNumber,int)"},{"p":"org.flag4j.util","c":"StringUtils","l":"ValueOfRound(double, int)","u":"ValueOfRound(double,int)"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"values"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU.Pivoting","l":"values()"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"values()"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"values()"},{"p":"org.flag4j.operations","c":"TransposeDispatcher.Algorithm","l":"values()"},{"p":"org.flag4j.util","c":"Axis2D","l":"values()"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"VEC_COL_ORIENTATION_ERR"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"VEC_ROW_ORIENTATION_ERR"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"vecColOrientErrMsg(Shape)","u":"vecColOrientErrMsg(org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"vecRowOrientErrMsg(Shape)","u":"vecRowOrientErrMsg(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"Vector(double...)","u":"%3Cinit%3E(double...)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"Vector(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"Vector(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"Vector(int...)","u":"%3Cinit%3E(int...)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"Vector(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"Vector(Shape, double)","u":"%3Cinit%3E(org.flag4j.core.Shape,double)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"Vector(Vector)","u":"%3Cinit%3E(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseEquals","l":"vectorEquals(CNumber[], CNumber[], int[], int)","u":"vectorEquals(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[],int[],int)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseEquals","l":"vectorEquals(CNumber[], double[], int[], int)","u":"vectorEquals(org.flag4j.complex_numbers.CNumber[],double[],int[],int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseEquals","l":"vectorEquals(CooCVector, CooCVector)","u":"vectorEquals(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseEquals","l":"vectorEquals(CooVector, CooCVector)","u":"vectorEquals(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseEquals","l":"vectorEquals(CooVector, CooVector)","u":"vectorEquals(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseEquals","l":"vectorEquals(double[], CNumber[], int[], int)","u":"vectorEquals(double[],org.flag4j.complex_numbers.CNumber[],int[],int)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseEquals","l":"vectorEquals(double[], double[])","u":"vectorEquals(double[],double[])"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseEquals","l":"vectorEquals(double[], double[], int[], int)","u":"vectorEquals(double[],double[],int[],int)"},{"p":"org.flag4j.linalg","c":"VectorNorms","l":"VectorNorms()","u":"%3Cinit%3E()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"vectorType()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"vectorType()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"vectorType()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"vectorType()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"vectorType()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"vectorType()"},{"p":"org.flag4j.core","c":"MatrixPropertiesMixin","l":"vectorType()"},{"p":"org.flag4j.linalg.transformations","c":"View","l":"View()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"workArray"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"workArray"},{"p":"org.flag4j.linalg.solvers.exact","c":"ComplexExactTensorSolver","l":"wrap(CVector, Shape)","u":"wrap(org.flag4j.arrays.dense.CVector,org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"wrap(double[], int[])","u":"wrap(double[],int[])"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"wrap(double[], int[], int[])","u":"wrap(double[],int[],int[])"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"wrap(double[], int[][])","u":"wrap(double[],int[][])"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"wrap(T[], int[])","u":"wrap(T[],int[])"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"wrap(T[], int[], int[])","u":"wrap(T[],int[],int[])"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseDataWrapper","l":"wrap(T[], int[][])","u":"wrap(T[],int[][])"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactTensorSolver","l":"wrap(V, Shape)","u":"wrap(V,org.flag4j.core.Shape)"},{"p":"org.flag4j.linalg.solvers.exact","c":"RealExactTensorSolver","l":"wrap(Vector, Shape)","u":"wrap(org.flag4j.arrays.dense.Vector,org.flag4j.core.Shape)"},{"p":"org.flag4j.io","c":"TensorOutputStream","l":"write(int)"},{"p":"org.flag4j.io","c":"TensorWriter","l":"write(String, TensorBase, ?, ?, ?, ?, ?, ?>)","u":"write(java.lang.String,org.flag4j.core.TensorBase)"},{"p":"org.flag4j.io","c":"TensorOutputStream","l":"write(TensorBase, ?, ?, ?, ?, ?, ?>)","u":"write(org.flag4j.core.TensorBase)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"x"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"x"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"X"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"X"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"xCol"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"xCol"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"z"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"ZERO"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"ZERO"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"ZERO"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"zero()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"zeroPivotTol"}];updateSearchResults();
\ No newline at end of file
+memberSearchIndex = [{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"abs()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"abs()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"abs()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"abs()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"abs()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"abs()"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"abs()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"abs(CNumber[])","u":"abs(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.common.real","c":"RealOperations","l":"abs(double[])"},{"p":"org.flag4j.concurrency","c":"ThreadManager.TriConsumer","l":"accept(T, U, V)","u":"accept(T,U,V)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"acos(CNumber)","u":"acos(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"acos(double)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(CMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"add(CMatrix, CooCMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"add(CMatrix, CooMatrix)","u":"add(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"add(CNumber)","u":"add(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"add(CNumber[], CNumber)","u":"add(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"add(CNumber[], double)","u":"add(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"add(CNumber[], Shape, CNumber[], Shape)","u":"add(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"add(CNumber[], Shape, double[], Shape)","u":"add(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"add(CooCMatrix, CNumber)","u":"add(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"add(CooCMatrix, CooCMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"add(CooCMatrix, CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"add(CooCMatrix, double)","u":"add(org.flag4j.arrays.sparse.CooCMatrix,double)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"add(CooCTensor)","u":"add(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"add(CooCTensor)","u":"add(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"add(CooCTensor)","u":"add(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"add(CooCTensor)","u":"add(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"add(CooCTensor)","u":"add(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseOperations","l":"add(CooCTensor, CNumber)","u":"add(org.flag4j.arrays.sparse.CooCTensor,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexCooTensorOperations","l":"add(CooCTensor, CooCTensor)","u":"add(org.flag4j.arrays.sparse.CooCTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexCooTensorOperations","l":"add(CooCTensor, CooTensor)","u":"add(org.flag4j.arrays.sparse.CooCTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"add(CooCTensor, double)","u":"add(org.flag4j.arrays.sparse.CooCTensor,double)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"add(CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"add(CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"add(CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"add(CooCVector, CNumber)","u":"add(org.flag4j.arrays.sparse.CooCVector,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"add(CooCVector, CooCVector)","u":"add(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"add(CooCVector, CooVector)","u":"add(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"add(CooCVector, double)","u":"add(org.flag4j.arrays.sparse.CooCVector,double)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"add(CooCVector, double)","u":"add(org.flag4j.arrays.sparse.CooCVector,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"add(CooMatrix, CNumber)","u":"add(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"add(CooMatrix, CooMatrix)","u":"add(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"add(CooMatrix, double)","u":"add(org.flag4j.arrays.sparse.CooMatrix,double)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"add(CooTensor)","u":"add(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"add(CooTensor)","u":"add(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"add(CooTensor)","u":"add(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"add(CooTensor)","u":"add(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"add(CooTensor)","u":"add(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"add(CooTensor, CNumber)","u":"add(org.flag4j.arrays.sparse.CooTensor,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealCooTensorOperations","l":"add(CooTensor, CooTensor)","u":"add(org.flag4j.arrays.sparse.CooTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseTensorOperations","l":"add(CooTensor, double)","u":"add(org.flag4j.arrays.sparse.CooTensor,double)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"add(CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"add(CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"add(CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"add(CooVector, CNumber)","u":"add(org.flag4j.arrays.sparse.CooVector,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseVectorOperations","l":"add(CooVector, CooVector)","u":"add(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseVectorOperations","l":"add(CooVector, double)","u":"add(org.flag4j.arrays.sparse.CooVector,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(CsrCMatrix)","u":"add(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(CsrMatrix)","u":"add(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"add(CTensor)","u":"add(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"add(CTensor)","u":"add(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"add(CTensor)","u":"add(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"add(CTensor)","u":"add(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseOperations","l":"add(CTensor, CooCTensor)","u":"add(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"add(CTensor, CooTensor)","u":"add(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"add(CVector)","u":"add(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(CVector)","u":"add(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(CVector)","u":"add(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"add(CVector)","u":"add(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"add(CVector, CooCVector)","u":"add(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"add(CVector, CooVector)","u":"add(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(double)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"add(double)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"add(double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"add(double)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"add(double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"add(double[], CNumber)","u":"add(double[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseVectorOperations","l":"add(double[], CNumber)","u":"add(double[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"add(double[], double)","u":"add(double[],double)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"add(double[], Shape, double[], Shape)","u":"add(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"add(Matrix)","u":"add(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"add(Matrix, CooCMatrix)","u":"add(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"add(Matrix, CooMatrix)","u":"add(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"add(T)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"add(T)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"add(T)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"add(Tensor)","u":"add(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"add(Tensor)","u":"add(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"add(Tensor)","u":"add(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"add(Tensor)","u":"add(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"add(Tensor, CooCTensor)","u":"add(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseTensorOperations","l":"add(Tensor, CooTensor)","u":"add(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"add(Vector)","u":"add(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"add(Vector)","u":"add(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"add(Vector)","u":"add(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"add(Vector)","u":"add(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"add(Vector, CooCVector)","u":"add(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"add(Vector, CooVector)","u":"add(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"addEq(CMatrix, CooCMatrix)","u":"addEq(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"addEq(CMatrix, CooMatrix)","u":"addEq(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"addEq(CNumber)","u":"addEq(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"addEq(CNumber[], CNumber)","u":"addEq(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"addEq(CNumber[], double)","u":"addEq(org.flag4j.complex_numbers.CNumber[],double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"addEq(CNumber[], Shape, CNumber[], Shape)","u":"addEq(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseOperations","l":"addEq(CNumber[], Shape, double[], Shape)","u":"addEq(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addEq(CooCMatrix)","u":"addEq(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"addEq(CooCTensor)","u":"addEq(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"addEq(CooCTensor)","u":"addEq(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.core","c":"ComplexTensorExclusiveMixin","l":"addEq(CooCTensor)","u":"addEq(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"addEq(CooCVector)","u":"addEq(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addEq(CooMatrix)","u":"addEq(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addEq(CooMatrix)","u":"addEq(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"addEq(CooMatrix)","u":"addEq(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"addEq(CooTensor)","u":"addEq(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"addEq(CooTensor)","u":"addEq(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"addEq(CooVector)","u":"addEq(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"addEq(CooVector)","u":"addEq(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core.dense_base","c":"DenseVectorMixin","l":"addEq(CooVector)","u":"addEq(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseOperations","l":"addEq(CTensor, CooCTensor)","u":"addEq(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"addEq(CTensor, CooTensor)","u":"addEq(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"addEq(CVector, CooCVector)","u":"addEq(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"addEq(CVector, CooVector)","u":"addEq(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"addEq(Double)","u":"addEq(java.lang.Double)"},{"p":"org.flag4j.core.dense_base","c":"DenseMixin","l":"addEq(Double)","u":"addEq(java.lang.Double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"addEq(Double)","u":"addEq(java.lang.Double)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"addEq(double[], double)","u":"addEq(double[],double)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseOperations","l":"addEq(double[], Shape, double[], Shape)","u":"addEq(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addEq(Matrix)","u":"addEq(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core.dense_base","c":"DenseMatrixMixin","l":"addEq(Matrix)","u":"addEq(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"addEq(Matrix, CooMatrix)","u":"addEq(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"addEq(T)"},{"p":"org.flag4j.core.dense_base","c":"DenseTensorBase","l":"addEq(T)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"addEq(T)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"addEq(Tensor)","u":"addEq(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"addEq(Tensor)","u":"addEq(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"ComplexTensorExclusiveMixin","l":"addEq(Tensor)","u":"addEq(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core.dense_base","c":"DenseTensorMixin","l":"addEq(Tensor)","u":"addEq(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseTensorOperations","l":"addEq(Tensor, CooTensor)","u":"addEq(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"addEq(Vector)","u":"addEq(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core.dense_base","c":"DenseVectorMixin","l":"addEq(Vector)","u":"addEq(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"addEq(Vector, CooVector)","u":"addEq(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core.dense_base","c":"DenseMixin","l":"addEq(X)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"addInv()"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"addNotInCol(List, List, List, CooMatrix, int)","u":"addNotInCol(java.util.List,java.util.List,java.util.List,org.flag4j.arrays.sparse.CooMatrix,int)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"addToEachCol(CooCMatrix, CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"addToEachCol(CooCMatrix, CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"addToEachCol(CooCMatrix, CVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"addToEachCol(CooCMatrix, Vector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachCol(CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"addToEachCol(CooMatrix, CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"addToEachCol(CooMatrix, CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"addToEachCol(CooMatrix, CVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"addToEachCol(CooMatrix, Vector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachCol(CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachCol(CsrCMatrix, CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachCol(CsrCMatrix, CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachCol(CsrCMatrix, CVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachCol(CsrCMatrix, Vector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachCol(CsrMatrix, CooCVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachCol(CsrMatrix, CooVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachCol(CsrMatrix, CVector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachCol(CsrMatrix, Vector)","u":"addToEachCol(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachCol(CVector)","u":"addToEachCol(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachCol(Vector)","u":"addToEachCol(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"addToEachRow(CooCMatrix, CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"addToEachRow(CooCMatrix, CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"addToEachRow(CooCMatrix, CVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"addToEachRow(CooCMatrix, Vector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachRow(CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"addToEachRow(CooMatrix, CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"addToEachRow(CooMatrix, CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"addToEachRow(CooMatrix, CVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"addToEachRow(CooMatrix, Vector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachRow(CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachRow(CsrCMatrix, CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachRow(CsrCMatrix, CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachRow(CsrCMatrix, CVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"addToEachRow(CsrCMatrix, Vector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachRow(CsrMatrix, CooCVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachRow(CsrMatrix, CooVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachRow(CsrMatrix, CVector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"addToEachRow(CsrMatrix, Vector)","u":"addToEachRow(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachRow(CVector)","u":"addToEachRow(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"addToEachRow(Vector)","u":"addToEachRow(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.common.complex","c":"AggregateComplex","l":"AggregateComplex()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"AggregateDenseComplex","l":"AggregateDenseComplex()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.real","c":"AggregateDenseReal","l":"AggregateDenseReal()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.common.real","c":"AggregateReal","l":"AggregateReal()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations","c":"TransposeDispatcher.Algorithm","l":"Algorithm()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"algorithmMap"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"AlgorithmName()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"AlgorithmNames()","u":"%3Cinit%3E()"},{"p":"org.flag4j.util","c":"Axis2D","l":"allAxes()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexProperties","l":"allClose(CNumber[], CNumber[])","u":"allClose(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.common.complex","c":"ComplexProperties","l":"allClose(CNumber[], CNumber[], double, double)","u":"allClose(org.flag4j.complex_numbers.CNumber[],org.flag4j.complex_numbers.CNumber[],double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"allClose(CooCMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooCMatrix,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"allClose(CooCTensor, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooCTensor,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"allClose(CooCVector, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooCVector,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"allClose(CooMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooMatrix,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"allClose(CooTensor, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooTensor,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"allClose(CooVector, double, double)","u":"allClose(org.flag4j.arrays.sparse.CooVector,double,double)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrEquals","l":"allClose(CsrCMatrix, CsrCMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrCMatrix,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"allClose(CsrCMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CsrCMatrix,double,double)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrEquals","l":"allClose(CsrMatrix, CsrMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrMatrix,double,double)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"allClose(CsrMatrix, double, double)","u":"allClose(org.flag4j.arrays.sparse.CsrMatrix,double,double)"},{"p":"org.flag4j.operations.common.real","c":"RealProperties","l":"allClose(double[], double[])","u":"allClose(double[],double[])"},{"p":"org.flag4j.operations.common.real","c":"RealProperties","l":"allClose(double[], double[], double, double)","u":"allClose(double[],double[],double,double)"},{"p":"org.flag4j.core","c":"TensorBase","l":"allClose(T)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"allClose(T, double, double)","u":"allClose(T,double,double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"allClose(T, double, double)","u":"allClose(T,double,double)"},{"p":"org.flag4j.core","c":"TensorBase","l":"allClose(T, double, double)","u":"allClose(T,double,double)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseEquals","l":"allCloseMatrix(CooCMatrix, CooCMatrix, double, double)","u":"allCloseMatrix(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix,double,double)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseEquals","l":"allCloseMatrix(CooMatrix, CooMatrix, double, double)","u":"allCloseMatrix(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix,double,double)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseEquals","l":"allCloseTensor(CooCTensor, CooCTensor, double, double)","u":"allCloseTensor(org.flag4j.arrays.sparse.CooCTensor,org.flag4j.arrays.sparse.CooCTensor,double,double)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseEquals","l":"allCloseTensor(CooTensor, CooTensor, double, double)","u":"allCloseTensor(org.flag4j.arrays.sparse.CooTensor,org.flag4j.arrays.sparse.CooTensor,double,double)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseEquals","l":"allCloseVector(CooCVector, CooCVector, double, double)","u":"allCloseVector(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooCVector,double,double)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseEquals","l":"allCloseVector(CooVector, CooVector, double, double)","u":"allCloseVector(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooVector,double,double)"},{"p":"org.flag4j.operations","c":"RealDenseTensorBinaryOperation","l":"apply(double[], Shape, double[], Shape)","u":"apply(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.concurrency","c":"TensorOperation","l":"apply(int, int)","u":"apply(int,int)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"applyBinOpp(CMatrix, CsrCMatrix, BinaryOperator)","u":"applyBinOpp(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BinaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOpp(CMatrix, CsrMatrix, BiFunction)","u":"applyBinOpp(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BiFunction)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"applyBinOpp(CsrCMatrix, CMatrix, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.CMatrix,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"applyBinOpp(CsrCMatrix, CNumber, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.complex_numbers.CNumber,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"applyBinOpp(CsrCMatrix, CsrCMatrix, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrOperations","l":"applyBinOpp(CsrCMatrix, CsrMatrix, BiFunction, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BiFunction,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"applyBinOpp(CsrCMatrix, double, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,double,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOpp(CsrCMatrix, Matrix, BiFunction, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.Matrix,java.util.function.BiFunction,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOpp(CsrMatrix, CMatrix, BiFunction, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CMatrix,java.util.function.BiFunction,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOpp(CsrMatrix, CNumber, BiFunction, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.complex_numbers.CNumber,java.util.function.BiFunction,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrOperations","l":"applyBinOpp(CsrMatrix, CsrCMatrix, BiFunction, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BiFunction,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.sparse.csr.real","c":"RealCsrOperations","l":"applyBinOpp(CsrMatrix, CsrMatrix, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseOperations","l":"applyBinOpp(CsrMatrix, double, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,double,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseOperations","l":"applyBinOpp(CsrMatrix, Matrix, BinaryOperator, UnaryOperator)","u":"applyBinOpp(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Matrix,java.util.function.BinaryOperator,java.util.function.UnaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOpp(Matrix, CsrCMatrix, BiFunction)","u":"applyBinOpp(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BiFunction)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseOperations","l":"applyBinOpp(Matrix, CsrMatrix, BinaryOperator)","u":"applyBinOpp(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BinaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"applyBinOppToSparse(CMatrix, CsrCMatrix, BinaryOperator)","u":"applyBinOppToSparse(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BinaryOperator)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOppToSparse(CMatrix, CsrMatrix, BiFunction)","u":"applyBinOppToSparse(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BiFunction)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOppToSparse(CsrMatrix, CMatrix, BiFunction)","u":"applyBinOppToSparse(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CMatrix,java.util.function.BiFunction)"},{"p":"org.flag4j.operations.dense_sparse.csr.real_complex","c":"RealComplexCsrDenseOperations","l":"applyBinOppToSparse(Matrix, CsrCMatrix, BiFunction)","u":"applyBinOppToSparse(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CsrCMatrix,java.util.function.BiFunction)"},{"p":"org.flag4j.operations.dense_sparse.csr.real","c":"RealCsrDenseOperations","l":"applyBinOppToSparse(Matrix, CsrMatrix, BinaryOperator)","u":"applyBinOppToSparse(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CsrMatrix,java.util.function.BinaryOperator)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"applyDoubleShiftReflector(int, boolean)","u":"applyDoubleShiftReflector(int,boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"applyDoubleShiftReflector(int, boolean)","u":"applyDoubleShiftReflector(int,boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"applyReflector(int, int)","u":"applyReflector(int,int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"applyReflector(int, int)","u":"applyReflector(int,int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"applySingleShiftReflector(int, boolean)","u":"applySingleShiftReflector(int,boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"applySingleShiftReflector(int, boolean)","u":"applySingleShiftReflector(int,boolean)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"applyTransform(CNumber[], Function)","u":"applyTransform(org.flag4j.complex_numbers.CNumber[],java.util.function.Function)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"applyTransform(double[], Function)","u":"applyTransform(double[],java.util.function.Function)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"applyTransform(double[], UnaryOperator)","u":"applyTransform(double[],java.util.function.UnaryOperator)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"applyTransform(T[], UnaryOperator)","u":"applyTransform(T[],java.util.function.UnaryOperator)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"applyUpdate"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"arg(CNumber)","u":"arg(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"argAsCNumber(CNumber)","u":"argAsCNumber(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.operations.dense.real","c":"AggregateDenseReal","l":"argEq(double[], double)","u":"argEq(double[],double)"},{"p":"org.flag4j.operations.dense.real","c":"AggregateDenseReal","l":"argEq(int[], int)","u":"argEq(int[],int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"argMax()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"argMax()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"argMax()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"argMax()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"argMax()"},{"p":"org.flag4j.core","c":"TensorPropertiesMixin","l":"argMax()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"argMax(CNumber...)","u":"argMax(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.operations.dense.complex","c":"AggregateDenseComplex","l":"argMax(CNumber[])","u":"argMax(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"AggregateDenseReal","l":"argMax(double[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"argMaxReal(CNumber...)","u":"argMaxReal(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"argMin()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"argMin()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"argMin()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"argMin()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"argMin()"},{"p":"org.flag4j.core","c":"TensorPropertiesMixin","l":"argMin()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"argMin(CNumber...)","u":"argMin(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.operations.dense.complex","c":"AggregateDenseComplex","l":"argMin(CNumber[])","u":"argMin(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.real","c":"AggregateDenseReal","l":"argMin(double[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"argMinReal(CNumber...)","u":"argMinReal(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"ARRAY_LENGTHS_MISMATCH_ERR"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"arraycopy(double[], int, CNumber[], int, int)","u":"arraycopy(double[],int,org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"ArrayUtils()","u":"%3Cinit%3E()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"asDouble(int[], double[])","u":"asDouble(int[],double[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"asDouble(Integer[], double[])","u":"asDouble(java.lang.Integer[],double[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"asin(CNumber)","u":"asin(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"asin(double)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertArrayLengthsEq(int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertAxis2D(int)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertBroadcastable(Shape, Shape)","u":"assertBroadcastable(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertEquals(double...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertEquals(int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertEqualShape(Shape, Shape)","u":"assertEqualShape(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertGreaterEq(double, double, String)","u":"assertGreaterEq(double,double,java.lang.String)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertGreaterEq(double, double...)","u":"assertGreaterEq(double,double...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertGreaterEq(int, int)","u":"assertGreaterEq(int,int)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertGreaterEq(int, int...)","u":"assertGreaterEq(int,int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertIndexInBounds(int, int...)","u":"assertIndexInBounds(int,int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertInRange(double, double, double, String)","u":"assertInRange(double,double,double,java.lang.String)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertLessEq(BigInteger, int, String)","u":"assertLessEq(java.math.BigInteger,int,java.lang.String)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertLessEq(double, double, String)","u":"assertLessEq(double,double,java.lang.String)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertLessEq(double, double...)","u":"assertLessEq(double,double...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertLessEq(int, int...)","u":"assertLessEq(int,int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertMatMultShapes(Shape, Shape)","u":"assertMatMultShapes(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertNonNegative(int)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertNotEquals(double, double)","u":"assertNotEquals(double,double)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertPermutation(int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertPositive(int)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertRank(int, Shape)","u":"assertRank(int,org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertSquare(Shape)","u":"assertSquare(org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertSquareMatrix(int, int)","u":"assertSquareMatrix(int,int)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertSquareMatrix(Shape)","u":"assertSquareMatrix(org.flag4j.core.Shape)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(double[][], CNumber[])","u":"assertTotalEntriesEq(double[][],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(double[][], double[])","u":"assertTotalEntriesEq(double[][],double[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(int[][], CNumber[])","u":"assertTotalEntriesEq(int[][],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(int[][], double[])","u":"assertTotalEntriesEq(int[][],double[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(Object[][], CNumber[])","u":"assertTotalEntriesEq(java.lang.Object[][],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertTotalEntriesEq(Object[][], double[])","u":"assertTotalEntriesEq(java.lang.Object[][],double[])"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertValidIndex(Shape, int...)","u":"assertValidIndex(org.flag4j.core.Shape,int...)"},{"p":"org.flag4j.util","c":"ParameterChecks","l":"assertValidIndices(int, int...)","u":"assertValidIndices(int,int...)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"atan(CNumber)","u":"atan(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"atan(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"atan2(CNumber)","u":"atan2(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"atan2AsCNumber(CNumber)","u":"atan2AsCNumber(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CMatrix)","u":"augment(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CooCMatrix)","u":"augment(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CooCVector)","u":"augment(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CooMatrix)","u":"augment(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CooVector)","u":"augment(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CsrCMatrix)","u":"augment(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CsrCMatrix)","u":"augment(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CsrMatrix)","u":"augment(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CsrMatrix)","u":"augment(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(CVector)","u":"augment(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(Matrix)","u":"augment(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"augment(Vector)","u":"augment(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"AXIS_ERR"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"AXIS_ERR_RANGE"},{"p":"org.flag4j.util","c":"Axis2D","l":"Axis2D()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"backSolver"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"LstsqSolver","l":"backSolver"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"BackSolver(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"BLOCKED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"BLOCKED"},{"p":"org.flag4j.operations","c":"TransposeDispatcher.Algorithm","l":"BLOCKED"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"BLOCKED_REORDERED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"BLOCKED_REORDERED"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"BLOCKED_VECTOR"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"BLOCKED_VECTOR"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"blocked(CNumber[], Shape, CNumber[], Shape)","u":"blocked(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blocked(CNumber[], Shape, double[], Shape)","u":"blocked(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blocked(double[], Shape, CNumber[], Shape)","u":"blocked(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"blocked(double[], Shape, double[], Shape)","u":"blocked(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"blockedIntMatrix(int[][])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"blockedMatrix(CNumber[], int, int)","u":"blockedMatrix(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"blockedMatrix(double[], int, int)","u":"blockedMatrix(double[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"blockedMatrixConcurrent(CNumber[], int, int)","u":"blockedMatrixConcurrent(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseTranspose","l":"blockedMatrixConcurrent(double[], int, int)","u":"blockedMatrixConcurrent(double[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"blockedMatrixConcurrentHerm(CNumber[], int, int)","u":"blockedMatrixConcurrentHerm(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"blockedMatrixHerm(CNumber[], int, int)","u":"blockedMatrixHerm(org.flag4j.complex_numbers.CNumber[],int,int)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"blockedReordered(CNumber[], Shape, CNumber[], Shape)","u":"blockedReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blockedReordered(CNumber[], Shape, double[], Shape)","u":"blockedReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blockedReordered(double[], Shape, CNumber[], Shape)","u":"blockedReordered(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"blockedReordered(double[], Shape, double[], Shape)","u":"blockedReordered(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"blockedVector(CNumber[], Shape, CNumber[], int[])","u":"blockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"blockedVector(CNumber[], Shape, CNumber[], Shape)","u":"blockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"blockedVector(CNumber[], Shape, double[], int[])","u":"blockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blockedVector(CNumber[], Shape, double[], Shape)","u":"blockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"blockedVector(double[], Shape, CNumber[], int[])","u":"blockedVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"blockedVector(double[], Shape, CNumber[], Shape)","u":"blockedVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"blockedVector(double[], Shape, double[], int[])","u":"blockedVector(double[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"blockedVector(double[], Shape, double[], Shape)","u":"blockedVector(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"blockSize"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"boxed(double[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"boxed(int[])"},{"p":"org.flag4j.io","c":"PrintOptions","l":"center"},{"p":"org.flag4j.util","c":"StringUtils","l":"center(String, int)","u":"center(java.lang.String,int)"},{"p":"org.flag4j.util","c":"StringUtils","l":"center(String, int, String)","u":"center(java.lang.String,int,java.lang.String)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"checkConvergence(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"checkConvergence(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"checkConvergence(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"checkFinite"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"checkParams(T, int)","u":"checkParams(T,int)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"checkParams(T, int)","u":"checkParams(T,int)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"checkSingular(double, int, int)","u":"checkSingular(double,int,int)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"checkSingular(double, int, int)","u":"checkSingular(double,int,int)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactTensorSolver","l":"checkSize(int, int)","u":"checkSize(int,int)"},{"p":"org.flag4j.linalg.decompositions.chol","c":"Cholesky","l":"Cholesky(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"chooseAlgorithm(Shape)","u":"chooseAlgorithm(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"chooseAlgorithmComplex(Shape)","u":"chooseAlgorithmComplex(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmComplex(Shape, Shape)","u":"chooseAlgorithmComplex(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmComplexTranspose(Shape)","u":"chooseAlgorithmComplexTranspose(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmComplexVector(Shape)","u":"chooseAlgorithmComplexVector(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"chooseAlgorithmHermitian(Shape)","u":"chooseAlgorithmHermitian(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmRealComplex(Shape, Shape)","u":"chooseAlgorithmRealComplex(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmRealComplexTranspose(Shape)","u":"chooseAlgorithmRealComplexTranspose(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmRealComplexVector(Shape)","u":"chooseAlgorithmRealComplexVector(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"chooseAlgorithmRealVector(Shape)","u":"chooseAlgorithmRealVector(org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"chooseAlgorithmTensor(int)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"chooseAlgorithmTensor(int, int)","u":"chooseAlgorithmTensor(int,int)"},{"p":"org.flag4j.io","c":"TensorInputStream","l":"close()"},{"p":"org.flag4j.io","c":"TensorOutputStream","l":"close()"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(CMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(CNumber[][])","u":"%3Cinit%3E(org.flag4j.complex_numbers.CNumber[][])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(double[][])","u":"%3Cinit%3E(double[][])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, CNumber)","u":"%3Cinit%3E(int,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, int, CNumber)","u":"%3Cinit%3E(int,int,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, int, CNumber[])","u":"%3Cinit%3E(int,int,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int, int, double)","u":"%3Cinit%3E(int,int,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(int[][])","u":"%3Cinit%3E(int[][])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Matrix)","u":"%3Cinit%3E(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Shape, CNumber)","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Shape, CNumber...)","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Shape, double)","u":"%3Cinit%3E(org.flag4j.core.Shape,double)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(Shape, double...)","u":"%3Cinit%3E(org.flag4j.core.Shape,double...)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"CMatrix(String[][])","u":"%3Cinit%3E(java.lang.String[][])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"CNumber(double)","u":"%3Cinit%3E(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"CNumber(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"CNumber(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"CNumberLexer(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumberParser","l":"CNumberParser()","u":"%3Cinit%3E()"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"CNumberToken(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumberUtils","l":"CNumberUtils()","u":"%3Cinit%3E()"},{"p":"org.flag4j.util","c":"Axis2D","l":"COL"},{"p":"org.flag4j.util","c":"Axis2D","l":"col()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"colIndices"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"colIndices"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"colIndices"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"colIndices"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"colSwaps"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"compareTo(CNumber)","u":"compareTo(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"compareToReal(CNumber)","u":"compareToReal(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"compareToReal(double)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"COMPLEX_BLOCKED_THRESHOLD"},{"p":"org.flag4j.rng","c":"RandomTensor","l":"COMPLEX_RNG"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexBackSolver","l":"ComplexBackSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexBackSolver","l":"ComplexBackSolver(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.chol","c":"ComplexCholesky","l":"ComplexCholesky()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.chol","c":"ComplexCholesky","l":"ComplexCholesky(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexCooTensorDot","l":"ComplexCooTensorDot()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexCooTensorOperations","l":"ComplexCooTensorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseMatrixMultiplication","l":"ComplexCsrDenseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.csr.complex","c":"ComplexCsrDenseOperations","l":"ComplexCsrDenseOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrEquals","l":"ComplexCsrEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrManipulations","l":"ComplexCsrManipulations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrMatrixMultiplication","l":"ComplexCsrMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrOperations","l":"ComplexCsrOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.csr.complex","c":"ComplexCsrProperties","l":"ComplexCsrProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"ComplexDenseDeterminant()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemDiv","l":"ComplexDenseElemDiv()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemMult","l":"ComplexDenseElemMult()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseEquals","l":"ComplexDenseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"complexDenseLookUp"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"ComplexDenseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultTranspose","l":"ComplexDenseMatrixMultTranspose()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseOperations","l":"ComplexDenseOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseProperties","l":"ComplexDenseProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseSetOperations","l":"ComplexDenseSetOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseEquals","l":"ComplexDenseSparseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"ComplexDenseSparseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultTranspose","l":"ComplexDenseSparseMatrixMultTranspose()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"ComplexDenseSparseMatrixOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseOperations","l":"ComplexDenseSparseOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"ComplexDenseSparseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"ComplexDenseTensorBase(Shape, CNumber[])","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTensorDot","l":"ComplexDenseTensorDot()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTranspose","l":"ComplexDenseTranspose()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseVectorOperations","l":"ComplexDenseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact","c":"ComplexExactSolver","l":"ComplexExactSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact","c":"ComplexExactTensorSolver","l":"ComplexExactTensorSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"ComplexForwardSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"ComplexForwardSolver(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"ComplexForwardSolver(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"ComplexHess","l":"ComplexHess()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.hess","c":"ComplexHess","l":"ComplexHess(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"ComplexLstsqSolver","l":"ComplexLstsqSolver()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"ComplexLU()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"ComplexLU(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"ComplexLU(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"ComplexOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexProperties","l":"ComplexProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"ComplexQR","l":"ComplexQR()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.qr","c":"ComplexQR","l":"ComplexQR(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"ComplexSchur()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"ComplexSchur(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"ComplexSchur(boolean, long)","u":"%3Cinit%3E(boolean,long)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"ComplexSchur(long)","u":"%3Cinit%3E(long)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseElementSearch","l":"ComplexSparseElementSearch()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseEquals","l":"ComplexSparseEquals()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"complexSparseLookUp"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"ComplexSparseMatrixGetSet()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixManipulations","l":"ComplexSparseMatrixManipulations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixMultiplication","l":"ComplexSparseMatrixMultiplication()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"ComplexSparseMatrixOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixProperties","l":"ComplexSparseMatrixProperties()","u":"%3Cinit%3E()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseNorms","l":"ComplexSparseNorms()","u":"%3Cinit%3E()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"ComplexSparseTensorBase(Shape, int, CNumber[], int[], int[]...)","u":"%3Cinit%3E(org.flag4j.core.Shape,int,org.flag4j.complex_numbers.CNumber[],int[],int[]...)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"ComplexSparseTensorBase(Shape, int, CNumber[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,int,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"ComplexSparseVectorOperations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.svd","c":"ComplexSVD","l":"ComplexSVD()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.decompositions.svd","c":"ComplexSVD","l":"ComplexSVD(boolean)","u":"%3Cinit%3E(boolean)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"ComplexSVD","l":"ComplexSVD(boolean, boolean)","u":"%3Cinit%3E(boolean,boolean)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"ComplexUnitaryDecomposition(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"ComplexUnitaryDecomposition(int, boolean)","u":"%3Cinit%3E(int,boolean)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"computeExceptionalShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"computeExceptionalShift(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"computeHouseholder(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"computeHouseholder(int)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"computeHouseholder(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"computeImplicitDoubleShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"computeImplicitDoubleShift(int)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"computeImplicitSingleShift(int, CNumber)","u":"computeImplicitSingleShift(int,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"computeImplicitSingleShift(int, double)","u":"computeImplicitSingleShift(int,double)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"computePhasedNorm(int, double)","u":"computePhasedNorm(int,double)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"computePhasedNorm(int, double)","u":"computePhasedNorm(int,double)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"computePhasedNorm(int, double)","u":"computePhasedNorm(int,double)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"computeRank(int, int, double[])","u":"computeRank(int,int,double[])"},{"p":"org.flag4j.linalg.decompositions.lu","c":"ComplexLU","l":"computeRows(int)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"RealLU","l":"computeRows(int)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"computeSwaps()"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"computeU"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"computeUV"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_BLOCKED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_BLOCKED"},{"p":"org.flag4j.operations","c":"TransposeDispatcher.Algorithm","l":"CONCURRENT_BLOCKED"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_BLOCKED_REORDERED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_BLOCKED_REORDERED"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_BLOCKED_VECTOR"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_BLOCKED_VECTOR"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_REORDERED"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_REORDERED"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_STANDARD"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_STANDARD"},{"p":"org.flag4j.operations","c":"TransposeDispatcher.Algorithm","l":"CONCURRENT_STANDARD"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher.AlgorithmName","l":"CONCURRENT_STANDARD_VECTOR"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher.AlgorithmNames","l":"CONCURRENT_STANDARD_VECTOR"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"CONCURRENT_SWAPPED_THRESHOLD"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"CONCURRENT_SWAPPED_THRESHOLD"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemDiv","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemMult","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemMult","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemDiv","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemMult","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"CONCURRENT_THRESHOLD"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentBlocked(CNumber[], Shape, CNumber[], Shape)","u":"concurrentBlocked(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlocked(CNumber[], Shape, double[], Shape)","u":"concurrentBlocked(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlocked(double[], Shape, CNumber[], Shape)","u":"concurrentBlocked(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentBlocked(double[], Shape, double[], Shape)","u":"concurrentBlocked(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"concurrentBlockedOperation(int, int, TensorOperation)","u":"concurrentBlockedOperation(int,int,org.flag4j.concurrency.TensorOperation)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentBlockedReordered(CNumber[], Shape, CNumber[], Shape)","u":"concurrentBlockedReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlockedReordered(CNumber[], Shape, double[], Shape)","u":"concurrentBlockedReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlockedReordered(double[], Shape, CNumber[], Shape)","u":"concurrentBlockedReordered(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentBlockedReordered(double[], Shape, double[], Shape)","u":"concurrentBlockedReordered(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"concurrentBlockedVector(CNumber[], Shape, CNumber[], int[])","u":"concurrentBlockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentBlockedVector(CNumber[], Shape, CNumber[], Shape)","u":"concurrentBlockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentBlockedVector(CNumber[], Shape, double[], int[])","u":"concurrentBlockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlockedVector(CNumber[], Shape, double[], Shape)","u":"concurrentBlockedVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentBlockedVector(double[], Shape, CNumber[], int[])","u":"concurrentBlockedVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentBlockedVector(double[], Shape, CNumber[], Shape)","u":"concurrentBlockedVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"concurrentBlockedVector(double[], Shape, double[], int[])","u":"concurrentBlockedVector(double[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentBlockedVector(double[], Shape, double[], Shape)","u":"concurrentBlockedVector(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"concurrentOperation(int, TensorOperation)","u":"concurrentOperation(int,org.flag4j.concurrency.TensorOperation)"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"concurrentOperation(int, ThreadManager.TriConsumer)","u":"concurrentOperation(int,org.flag4j.concurrency.ThreadManager.TriConsumer)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentReordered(CNumber[], Shape, CNumber[], Shape)","u":"concurrentReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentReordered(CNumber[], Shape, double[], Shape)","u":"concurrentReordered(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentReordered(double[], Shape, CNumber[], Shape)","u":"concurrentReordered(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentReordered(double[], Shape, double[], Shape)","u":"concurrentReordered(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], int[], int[], Shape, CNumber[], int[], int[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], int[], int[], Shape, CNumber[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], int[], int[], Shape, double[], int[], int[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], int[], int[], Shape, double[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], Shape, CNumber[], int[], int[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentStandard(CNumber[], Shape, CNumber[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(CNumber[], Shape, double[], int[], int[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentStandard(CNumber[], Shape, double[], Shape)","u":"concurrentStandard(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"concurrentStandard(double[], int[], int[], Shape, CNumber[], int[], int[], Shape)","u":"concurrentStandard(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(double[], int[], int[], Shape, CNumber[], Shape)","u":"concurrentStandard(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixMultiplication","l":"concurrentStandard(double[], int[], int[], Shape, double[], int[], int[], Shape)","u":"concurrentStandard(double[],int[],int[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"concurrentStandard(double[], int[], int[], Shape, double[], Shape)","u":"concurrentStandard(double[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandard(double[], Shape, CNumber[], int[], int[], Shape)","u":"concurrentStandard(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentStandard(double[], Shape, CNumber[], Shape)","u":"concurrentStandard(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"concurrentStandard(double[], Shape, double[], int[], int[], Shape)","u":"concurrentStandard(double[],org.flag4j.core.Shape,double[],int[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentStandard(double[], Shape, double[], Shape)","u":"concurrentStandard(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], int[], int[], Shape, CNumber[], int[])","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], int[], int[], Shape, CNumber[], Shape)","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], int[], int[], Shape, double[], int[], Shape)","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], int[], int[], Shape, double[], Shape)","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], Shape, CNumber[], int[])","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], Shape, CNumber[], Shape)","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], Shape, double[], int[])","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentStandardVector(CNumber[], Shape, double[], Shape)","u":"concurrentStandardVector(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixMultiplication","l":"concurrentStandardVector(double[], int[], int[], Shape, CNumber[], int[], Shape)","u":"concurrentStandardVector(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(double[], int[], int[], Shape, CNumber[], Shape)","u":"concurrentStandardVector(double[],int[],int[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixMultiplication","l":"concurrentStandardVector(double[], int[], int[], Shape, double[], int[])","u":"concurrentStandardVector(double[],int[],int[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"concurrentStandardVector(double[], int[], int[], Shape, double[], Shape)","u":"concurrentStandardVector(double[],int[],int[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixMultiplication","l":"concurrentStandardVector(double[], Shape, CNumber[], int[])","u":"concurrentStandardVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseMatrixMultiplication","l":"concurrentStandardVector(double[], Shape, CNumber[], Shape)","u":"concurrentStandardVector(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixMultiplication","l":"concurrentStandardVector(double[], Shape, double[], int[])","u":"concurrentStandardVector(double[],org.flag4j.core.Shape,double[],int[])"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseMatrixMultiplication","l":"concurrentStandardVector(double[], Shape, double[], Shape)","u":"concurrentStandardVector(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.linalg","c":"Condition","l":"cond(CMatrix)","u":"cond(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"Condition","l":"cond(CMatrix, double)","u":"cond(org.flag4j.arrays.dense.CMatrix,double)"},{"p":"org.flag4j.linalg","c":"Condition","l":"cond(Matrix)","u":"cond(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg","c":"Condition","l":"cond(Matrix, double)","u":"cond(org.flag4j.arrays.dense.Matrix,double)"},{"p":"org.flag4j.linalg","c":"Condition","l":"Condition()","u":"%3Cinit%3E()"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"Configurations()","u":"%3Cinit%3E()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"conj()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"conj()"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"conj()"},{"p":"org.flag4j.core","c":"ComplexTensorMixin","l":"conj()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"conj()"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"conj()"},{"p":"org.flag4j.operations.common.complex","c":"ComplexOperations","l":"conj(CNumber[])","u":"conj(org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.core","c":"ComplexMatrixMixin","l":"conjT()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"contains(double[], double)","u":"contains(double[],double)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"contains(double[], double...)","u":"contains(double[],double...)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"contains(int[], int)","u":"contains(int[],int)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"contains(int[], int...)","u":"contains(int[],int...)"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"content"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(CooCMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, CNumber[], int[], int[])","u":"%3Cinit%3E(int,org.flag4j.complex_numbers.CNumber[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, double[], int[], int[])","u":"%3Cinit%3E(int,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, int, CNumber[], int[], int[])","u":"%3Cinit%3E(int,int,org.flag4j.complex_numbers.CNumber[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, int, double[], int[], int[])","u":"%3Cinit%3E(int,int,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, int, int[], int[], int[])","u":"%3Cinit%3E(int,int,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(int, int[], int[], int[])","u":"%3Cinit%3E(int,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(Shape, CNumber[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(Shape, double[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(Shape, int[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"CooCMatrix(Shape, List, List, List)","u":"%3Cinit%3E(org.flag4j.core.Shape,java.util.List,java.util.List,java.util.List)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"CooCTensor(CooCTensor)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"CooCTensor(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"CooCTensor(Shape, CNumber[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"CooCTensor(Shape, double[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"CooCTensor(Shape, int[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,int[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"CooCTensor(Shape, List, List)","u":"%3Cinit%3E(org.flag4j.core.Shape,java.util.List,java.util.List)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(CooCVector)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(int, CNumber[], int[])","u":"%3Cinit%3E(int,org.flag4j.complex_numbers.CNumber[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(int, double[], int[])","u":"%3Cinit%3E(int,double[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(int, int[], int[])","u":"%3Cinit%3E(int,int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"CooCVector(int, List, List)","u":"%3Cinit%3E(int,java.util.List,java.util.List)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(CooMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int, double[], int[], int[])","u":"%3Cinit%3E(int,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int, int, double[], int[], int[])","u":"%3Cinit%3E(int,int,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int, int, int[], int[], int[])","u":"%3Cinit%3E(int,int,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(int, int[], int[], int[])","u":"%3Cinit%3E(int,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(Shape, double[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(Shape, int[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,int[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"CooMatrix(Shape, List, List, List)","u":"%3Cinit%3E(org.flag4j.core.Shape,java.util.List,java.util.List,java.util.List)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"CooTensor(CooTensor)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"CooTensor(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"CooTensor(Shape, double[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"CooTensor(Shape, int[], int[][])","u":"%3Cinit%3E(org.flag4j.core.Shape,int[],int[][])"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"CooTensor(Shape, List, List)","u":"%3Cinit%3E(org.flag4j.core.Shape,java.util.List,java.util.List)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"CooVector(CooVector)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"CooVector(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"CooVector(int, double[], int[])","u":"%3Cinit%3E(int,double[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"CooVector(int, int[], int[])","u":"%3Cinit%3E(int,int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"CooVector(int, List, List)","u":"%3Cinit%3E(int,java.util.List,java.util.List)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"copy()"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"copy()"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"copy()"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"copy()"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"copy()"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"copy()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copy2CNumber(double[], CNumber[])","u":"copy2CNumber(double[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copy2CNumber(Double[], CNumber[])","u":"copy2CNumber(java.lang.Double[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copy2CNumber(int[], CNumber[])","u":"copy2CNumber(int[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copy2CNumber(Integer[], CNumber[])","u":"copy2CNumber(java.lang.Integer[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"copy2CNumber(String[], CNumber[])","u":"copy2CNumber(java.lang.String[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"copyIndices()"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"copyIndices()"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixManipulations","l":"copyRanges(CooCMatrix, CNumber[], int[], int[], int[])","u":"copyRanges(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.complex_numbers.CNumber[],int[],int[],int[])"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixManipulations","l":"copyRanges(CooMatrix, double[], int[], int[], int[])","u":"copyRanges(org.flag4j.arrays.sparse.CooMatrix,double[],int[],int[],int[])"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"copyUpperTri(Matrix)","u":"copyUpperTri(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixGetSet","l":"copyValuesNotInSlice(CooCMatrix, List, List, List, int[], int[])","u":"copyValuesNotInSlice(org.flag4j.arrays.sparse.CooCMatrix,java.util.List,java.util.List,java.util.List,int[],int[])"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixGetSet","l":"copyValuesNotInSlice(CooMatrix, List, List, List, int[], int[])","u":"copyValuesNotInSlice(org.flag4j.arrays.sparse.CooMatrix,java.util.List,java.util.List,java.util.List,int[],int[])"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"cos(CNumber)","u":"cos(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"cos(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"cosh(CNumber)","u":"cosh(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"cosh(double)"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexChol()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexHess()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexLU()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexQR()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexSchur()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createComplexSVD()"},{"p":"org.flag4j.operations.sparse.coo","c":"SparseUtils","l":"createMap(int, int[])","u":"createMap(int,int[])"},{"p":"org.flag4j.core","c":"Shape","l":"createNewStrides()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealChol()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealHess()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealLU()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealQR()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealSchur()"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"createRealSVD()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"createUniqueMapping(int[])"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"cross(CVector)","u":"cross(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"cross(CVector)","u":"cross(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"cross(Vector)","u":"cross(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"cross(Vector)","u":"cross(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(CooCMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(CooMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(CsrCMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(int, int, CNumber[], int[], int[])","u":"%3Cinit%3E(int,int,org.flag4j.complex_numbers.CNumber[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(Shape, CNumber[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"CsrCMatrix(Shape, double[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"SparseUtils","l":"CSREquals(CsrCMatrix, CsrCMatrix)","u":"CSREquals(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"SparseUtils","l":"CSREquals(CsrMatrix, CsrMatrix)","u":"CSREquals(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(CooMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(CsrMatrix)","u":"%3Cinit%3E(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(int, int, double[], int[], int[])","u":"%3Cinit%3E(int,int,double[],int[],int[])"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"CsrMatrix(Shape, double[], int[], int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[],int[],int[])"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(CTensor)","u":"%3Cinit%3E(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape)","u":"%3Cinit%3E(org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape, CNumber)","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape, CNumber[])","u":"%3Cinit%3E(org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape, double)","u":"%3Cinit%3E(org.flag4j.core.Shape,double)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape, double[])","u":"%3Cinit%3E(org.flag4j.core.Shape,double[])"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Shape, int[])","u":"%3Cinit%3E(org.flag4j.core.Shape,int[])"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"CTensor(Tensor)","u":"%3Cinit%3E(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"currentFactor"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"currentFactor"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"ComplexUnitaryDecomposition","l":"currentFactor"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"RealUnitaryDecomposition","l":"currentFactor"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(CNumber...)","u":"%3Cinit%3E(org.flag4j.complex_numbers.CNumber...)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(CVector)","u":"%3Cinit%3E(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(double...)","u":"%3Cinit%3E(double...)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(int)","u":"%3Cinit%3E(int)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(int, CNumber)","u":"%3Cinit%3E(int,org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(int...)","u":"%3Cinit%3E(int...)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"CVector(Vector)","u":"%3Cinit%3E(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.concurrency","c":"ThreadManager","l":"daemonFactory"},{"p":"org.flag4j.linalg.decompositions.chol","c":"ComplexCholesky","l":"decompose(CMatrix)","u":"decompose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"ComplexHess","l":"decompose(CMatrix)","u":"decompose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.decompositions.qr","c":"ComplexQR","l":"decompose(CMatrix)","u":"decompose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"ComplexSchur","l":"decompose(CMatrix)","u":"decompose(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.decompositions.chol","c":"RealCholesky","l":"decompose(Matrix)","u":"decompose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"RealHess","l":"decompose(Matrix)","u":"decompose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"decompose(Matrix)","u":"decompose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.qr","c":"RealQR","l":"decompose(Matrix)","u":"decompose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"RealSchur","l":"decompose(Matrix)","u":"decompose(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.decompositions","c":"Decomposition","l":"decompose(T)"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"decompose(T)"},{"p":"org.flag4j.linalg.decompositions.svd","c":"SVD","l":"decompose(T)"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"decompose(T)"},{"p":"org.flag4j.linalg.solvers.lstsq","c":"LstsqSolver","l":"decompose(T)"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"decomposeBase(T)"},{"p":"org.flag4j.linalg.decompositions.unitary","c":"UnitaryDecomposition","l":"decomposeBase(T)"},{"p":"org.flag4j.linalg.decompositions","c":"DecompositionFactory","l":"DecompositionFactory()","u":"%3Cinit%3E()"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"deepCopy(int[][], int[][])","u":"deepCopy(int[][],int[][])"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"DEFAULT_BLOCK_SIZE"},{"p":"org.flag4j.io","c":"PrintOptions","l":"DEFAULT_CENTER"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"DEFAULT_EXCEPTIONAL_ITERS"},{"p":"org.flag4j.io","c":"PrintOptions","l":"DEFAULT_MAX_COLS"},{"p":"org.flag4j.linalg.decompositions.schur","c":"Schur","l":"DEFAULT_MAX_ITERS_FACTOR"},{"p":"org.flag4j.io","c":"PrintOptions","l":"DEFAULT_MAX_ROWS"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"DEFAULT_MIN_RECURSIVE_SIZE"},{"p":"org.flag4j.concurrency","c":"Configurations","l":"DEFAULT_NUM_THREADS"},{"p":"org.flag4j.io","c":"PrintOptions","l":"DEFAULT_PADDING"},{"p":"org.flag4j.linalg.decompositions.chol","c":"Cholesky","l":"DEFAULT_POS_DEF_TOLERANCE"},{"p":"org.flag4j.io","c":"PrintOptions","l":"DEFAULT_PRECISION"},{"p":"org.flag4j.core","c":"TensorBase","l":"DEFAULT_ROUND_TO_ZERO_THRESHOLD"},{"p":"org.flag4j.linalg.decompositions.lu","c":"LU","l":"DEFAULT_ZERO_PIVOT_TOLERANCE"},{"p":"org.flag4j.core.dense_base","c":"DenseTensorBase","l":"DenseTensorBase(Shape, D)","u":"%3Cinit%3E(org.flag4j.core.Shape,D)"},{"p":"org.flag4j.core.sparse_base","c":"SparseTensorBase","l":"density()"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexBackSolver","l":"det"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ComplexForwardSolver","l":"det"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealBackSolver","l":"det"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"RealForwardSolver","l":"det"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"det()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"det()"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"det()"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"det()"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"det()"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"det()"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"det()"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"det()"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"det(CMatrix)","u":"det(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"det(Matrix)","u":"det(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"det1(CMatrix)","u":"det1(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"det1(Matrix)","u":"det1(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"det2(CMatrix)","u":"det2(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"det2(Matrix)","u":"det2(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"det3(CMatrix)","u":"det3(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"det3(Matrix)","u":"det3(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"details"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"detLU(CMatrix)","u":"detLU(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"detLU(Matrix)","u":"detLU(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseDeterminant","l":"detTri(CMatrix)","u":"detTri(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseDeterminant","l":"detTri(Matrix)","u":"detTri(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"SymmTriDiagonal","l":"diag"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"digit(int)"},{"p":"org.flag4j.core","c":"Shape","l":"dims"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"DirectSum()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CMatrix, CMatrix)","u":"directSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CMatrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CMatrix, CooMatrix)","u":"directSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CMatrix, Matrix)","u":"directSum(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooCMatrix, CMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooCMatrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooCMatrix, CooMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooCMatrix, Matrix)","u":"directSum(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooMatrix, CMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooMatrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooMatrix, CooMatrix)","u":"directSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CooMatrix, Matrix)","u":"directSum(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrCMatrix, CMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrCMatrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrCMatrix, CooMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrCMatrix, Matrix)","u":"directSum(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrMatrix, CMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrMatrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrMatrix, CooMatrix)","u":"directSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(CsrMatrix, Matrix)","u":"directSum(org.flag4j.arrays.sparse.CsrMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(Matrix, CMatrix)","u":"directSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(Matrix, CooCMatrix)","u":"directSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(Matrix, CooMatrix)","u":"directSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.linalg.ops","c":"DirectSum","l":"directSum(Matrix, Matrix)","u":"directSum(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatch(CMatrix)","u":"dispatch(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(CMatrix, CMatrix)","u":"dispatch(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(CMatrix, CVector)","u":"dispatch(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(CMatrix, Matrix)","u":"dispatch(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(CMatrix, Vector)","u":"dispatch(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemDiv","l":"dispatch(CNumber[], Shape, CNumber[], Shape)","u":"dispatch(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemMult","l":"dispatch(CNumber[], Shape, CNumber[], Shape)","u":"dispatch(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(CNumber[], Shape, CNumber[], Shape)","u":"dispatch(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"dispatch(CNumber[], Shape, double[], Shape)","u":"dispatch(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemMult","l":"dispatch(CNumber[], Shape, double[], Shape)","u":"dispatch(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"dispatch(double[], Shape, CNumber[], Shape)","u":"dispatch(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemDiv","l":"dispatch(double[], Shape, double[], Shape)","u":"dispatch(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemMult","l":"dispatch(double[], Shape, double[], Shape)","u":"dispatch(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"dispatch(double[], Shape, double[], Shape)","u":"dispatch(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatch(Matrix)","u":"dispatch(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(Matrix, CMatrix)","u":"dispatch(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(Matrix, CVector)","u":"dispatch(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"dispatch(Matrix, Matrix)","u":"dispatch(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatch(Matrix, Vector)","u":"dispatch(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatchHermitian(CMatrix)","u":"dispatchHermitian(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseVectorOperations","l":"dispatchOuter(Vector, Vector)","u":"dispatchOuter(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatchTensor(CTensor, int, int)","u":"dispatchTensor(org.flag4j.arrays.dense.CTensor,int,int)"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatchTensor(double[], Shape, int[])","u":"dispatchTensor(double[],org.flag4j.core.Shape,int[])"},{"p":"org.flag4j.operations","c":"TransposeDispatcher","l":"dispatchTensor(Tensor, int, int)","u":"dispatchTensor(org.flag4j.arrays.dense.Tensor,int,int)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatchTranspose(CMatrix, CMatrix)","u":"dispatchTranspose(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatchTranspose(CMatrix, Matrix)","u":"dispatchTranspose(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations","c":"MatrixMultiplyDispatcher","l":"dispatchTranspose(Matrix, CMatrix)","u":"dispatchTranspose(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations","c":"RealDenseMatrixMultiplyDispatcher","l":"dispatchTranspose(Matrix, Matrix)","u":"dispatchTranspose(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"div(CNumber)","u":"div(org.flag4j.complex_numbers.CNumber)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"div(double)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"div(double)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"div(double)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"div(double)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"div(double)"},{"p":"org.flag4j.core.sparse_base","c":"ComplexSparseTensorBase","l":"div(double)"},{"p":"org.flag4j.core.sparse_base","c":"RealSparseTensorBase","l":"div(double)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"div(double)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseTensorDot","l":"dot(CTensor, CTensor)","u":"dot(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"doubleImaginaryValue()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"doubleValue()"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"E"},{"p":"org.flag4j.linalg","c":"Eigen","l":"Eigen()","u":"%3Cinit%3E()"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemDiv(CMatrix)","u":"elemDiv(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemDiv","l":"elemDiv(CNumber[], Shape, CNumber[], Shape)","u":"elemDiv(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"elemDiv(CNumber[], Shape, double[], Shape)","u":"elemDiv(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"elemDiv(CooCMatrix, CMatrix)","u":"elemDiv(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"elemDiv(CooCMatrix, Matrix)","u":"elemDiv(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"elemDiv(CooCVector, CVector)","u":"elemDiv(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"elemDiv(CooCVector, Vector)","u":"elemDiv(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"elemDiv(CooMatrix, CMatrix)","u":"elemDiv(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"elemDiv(CooMatrix, Matrix)","u":"elemDiv(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"elemDiv(CooVector, CVector)","u":"elemDiv(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"elemDiv(CooVector, Vector)","u":"elemDiv(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"elemDiv(CTensor)","u":"elemDiv(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"elemDiv(CTensor)","u":"elemDiv(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"elemDiv(CTensor)","u":"elemDiv(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemDiv(CTensor)","u":"elemDiv(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"elemDiv(CVector)","u":"elemDiv(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemDiv(CVector)","u":"elemDiv(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemDiv(CVector)","u":"elemDiv(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemDiv(CVector)","u":"elemDiv(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"elemDiv(double[], Shape, CNumber[], Shape)","u":"elemDiv(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemDiv","l":"elemDiv(double[], Shape, double[], Shape)","u":"elemDiv(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemDiv(Matrix)","u":"elemDiv(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"elemDiv(T)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"elemDiv(T)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"elemDiv(Tensor)","u":"elemDiv(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"elemDiv(Tensor)","u":"elemDiv(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"elemDiv(Tensor)","u":"elemDiv(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemDiv(Tensor)","u":"elemDiv(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"elemDiv(U)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"elemDiv(Vector)","u":"elemDiv(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemDiv(Vector)","u":"elemDiv(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemDiv(Vector)","u":"elemDiv(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemDiv(Vector)","u":"elemDiv(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemDiv","l":"elemDivConcurrent(CNumber[], Shape, CNumber[], Shape)","u":"elemDivConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"elemDivConcurrent(CNumber[], Shape, double[], Shape)","u":"elemDivConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemDiv","l":"elemDivConcurrent(double[], Shape, CNumber[], Shape)","u":"elemDivConcurrent(double[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemDiv","l":"elemDivConcurrent(double[], Shape, double[], Shape)","u":"elemDivConcurrent(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemMult(CMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseMatrixOperations","l":"elemMult(CMatrix, CooCMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"elemMult(CMatrix, CooMatrix)","u":"elemMult(org.flag4j.arrays.dense.CMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemMult","l":"elemMult(CNumber[], Shape, CNumber[], Shape)","u":"elemMult(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemMult","l":"elemMult(CNumber[], Shape, double[], Shape)","u":"elemMult(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemMult(CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseMatrixOperations","l":"elemMult(CooCMatrix, CooCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseMatrixOperations","l":"elemMult(CooCMatrix, CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooCMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"elemMult(CooCTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"elemMult(CooCTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"elemMult(CooCTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"elemMult(CooCTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemMult(CooCTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"elemMult(CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"elemMult(CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemMult(CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemMult(CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemMult(CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.complex","c":"ComplexSparseVectorOperations","l":"elemMult(CooCVector, CooCVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.sparse.coo.real_complex","c":"RealComplexSparseVectorOperations","l":"elemMult(CooCVector, CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooCVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemMult(CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseMatrixOperations","l":"elemMult(CooMatrix, CooMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CooMatrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"elemMult(CooTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"elemMult(CooTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"elemMult(CooTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"elemMult(CooTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemMult(CooTensor)","u":"elemMult(org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"elemMult(CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"elemMult(CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemMult(CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemMult(CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemMult(CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.sparse.coo.real","c":"RealSparseVectorOperations","l":"elemMult(CooVector, CooVector)","u":"elemMult(org.flag4j.arrays.sparse.CooVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(CsrCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(CsrCMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CsrCMatrix)"},{"p":"org.flag4j.operations.sparse.csr.real_complex","c":"RealComplexCsrOperations","l":"elemMult(CsrCMatrix, CsrMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CsrCMatrix,org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(CsrMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(CsrMatrix)","u":"elemMult(org.flag4j.arrays.sparse.CsrMatrix)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"elemMult(CTensor)","u":"elemMult(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"elemMult(CTensor)","u":"elemMult(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"elemMult(CTensor)","u":"elemMult(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemMult(CTensor)","u":"elemMult(org.flag4j.arrays.dense.CTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseOperations","l":"elemMult(CTensor, CooCTensor)","u":"elemMult(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"elemMult(CTensor, CooTensor)","u":"elemMult(org.flag4j.arrays.dense.CTensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"elemMult(CVector)","u":"elemMult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemMult(CVector)","u":"elemMult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemMult(CVector)","u":"elemMult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemMult(CVector)","u":"elemMult(org.flag4j.arrays.dense.CVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.complex","c":"ComplexDenseSparseVectorOperations","l":"elemMult(CVector, CooCVector)","u":"elemMult(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"elemMult(CVector, CooVector)","u":"elemMult(org.flag4j.arrays.dense.CVector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemMult","l":"elemMult(double[], Shape, double[], Shape)","u":"elemMult(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.core","c":"MatrixOperationsMixin","l":"elemMult(Matrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseMatrixOperations","l":"elemMult(Matrix, CooCMatrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooCMatrix)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseMatrixOperations","l":"elemMult(Matrix, CooMatrix)","u":"elemMult(org.flag4j.arrays.dense.Matrix,org.flag4j.arrays.sparse.CooMatrix)"},{"p":"org.flag4j.core.dense_base","c":"ComplexDenseTensorBase","l":"elemMult(T)"},{"p":"org.flag4j.core.dense_base","c":"RealDenseTensorBase","l":"elemMult(T)"},{"p":"org.flag4j.core","c":"TensorOperationsMixin","l":"elemMult(T)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"elemMult(Tensor)","u":"elemMult(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"elemMult(Tensor)","u":"elemMult(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"elemMult(Tensor)","u":"elemMult(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.core","c":"TensorExclusiveMixin","l":"elemMult(Tensor)","u":"elemMult(org.flag4j.arrays.dense.Tensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseOperations","l":"elemMult(Tensor, CooCTensor)","u":"elemMult(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooCTensor)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseTensorOperations","l":"elemMult(Tensor, CooTensor)","u":"elemMult(org.flag4j.arrays.dense.Tensor,org.flag4j.arrays.sparse.CooTensor)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"elemMult(Vector)","u":"elemMult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"elemMult(Vector)","u":"elemMult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"elemMult(Vector)","u":"elemMult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.core","c":"VectorOperationsMixin","l":"elemMult(Vector)","u":"elemMult(org.flag4j.arrays.dense.Vector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real_complex","c":"RealComplexDenseSparseVectorOperations","l":"elemMult(Vector, CooCVector)","u":"elemMult(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooCVector)"},{"p":"org.flag4j.operations.dense_sparse.coo.real","c":"RealDenseSparseVectorOperations","l":"elemMult(Vector, CooVector)","u":"elemMult(org.flag4j.arrays.dense.Vector,org.flag4j.arrays.sparse.CooVector)"},{"p":"org.flag4j.operations.dense.complex","c":"ComplexDenseElemMult","l":"elemMultConcurrent(CNumber[], Shape, CNumber[], Shape)","u":"elemMultConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real_complex","c":"RealComplexDenseElemMult","l":"elemMultConcurrent(CNumber[], Shape, double[], Shape)","u":"elemMultConcurrent(org.flag4j.complex_numbers.CNumber[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.operations.dense.real","c":"RealDenseElemMult","l":"elemMultConcurrent(double[], Shape, double[], Shape)","u":"elemMultConcurrent(double[],org.flag4j.core.Shape,double[],org.flag4j.core.Shape)"},{"p":"org.flag4j.linalg.decompositions.chol","c":"Cholesky","l":"enforceHermitian"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"ForwardSolver","l":"enforceLower"},{"p":"org.flag4j.linalg.decompositions.hess","c":"SymmHess","l":"enforceSymmetric"},{"p":"org.flag4j.linalg.solvers.exact.triangular","c":"BackSolver","l":"enforceTriU"},{"p":"org.flag4j.operations.common","c":"TensorEquals","l":"ensureTensor(TensorBase, ?, ?, ?, ?, ?, ?>)","u":"ensureTensor(org.flag4j.core.TensorBase)"},{"p":"org.flag4j.core","c":"TensorBase","l":"entries"},{"p":"org.flag4j.core","c":"Shape","l":"entriesIndex(int...)"},{"p":"org.flag4j.util","c":"Flag4jConstants","l":"EPS_F32"},{"p":"org.flag4j.util","c":"Flag4jConstants","l":"EPS_F64"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"EQ_SHAPE_MISMATCH_ERR"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"equals(double)"},{"p":"org.flag4j.util","c":"ArrayUtils","l":"equals(double[], CNumber[])","u":"equals(double[],org.flag4j.complex_numbers.CNumber[])"},{"p":"org.flag4j.arrays.dense","c":"CMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.dense","c":"CTensor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.dense","c":"CVector","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.dense","c":"Matrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.dense","c":"Tensor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.dense","c":"Vector","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooCMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooCTensor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooCVector","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooTensor","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CooVector","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CsrCMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"CsrMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"PermutationMatrix","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.arrays.sparse","c":"SymmTriDiagonal","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.core","c":"Shape","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.core","c":"TensorComparisonsMixin","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"equalShapeErrMsg(Shape, Shape)","u":"equalShapeErrMsg(org.flag4j.core.Shape,org.flag4j.core.Shape)"},{"p":"org.flag4j.complex_numbers","c":"CNumber","l":"equalsNumber(Number)","u":"equalsNumber(java.lang.Number)"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"ERR_MSG"},{"p":"org.flag4j.linalg","c":"RowEchelon","l":"erref(CMatrix)","u":"erref(org.flag4j.arrays.dense.CMatrix)"},{"p":"org.flag4j.linalg","c":"RowEchelon","l":"erref(Matrix)","u":"erref(org.flag4j.arrays.dense.Matrix)"},{"p":"org.flag4j.complex_numbers","c":"CNumberLexer","l":"error(String)","u":"error(java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"errorCheck(String)","u":"errorCheck(java.lang.String)"},{"p":"org.flag4j.complex_numbers","c":"CNumberToken","l":"errorCheck(String, String)","u":"errorCheck(java.lang.String,java.lang.String)"},{"p":"org.flag4j.util","c":"ErrorMessages","l":"ErrorMessages()","u":"%3Cinit%3E()"},{"p":"org.flag4j.linalg.solvers.exact","c":"ExactSolver","l":"ExactSolver(LU, LinearSolver, LinearSolver