Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V
- V - Variable in class org.flag4j.linalg.decompositions.svd.SVD
-
The unitary matrix
V
corresponding toM=USV
H in the SVD. - valueOf(String) - Static method in enum class org.flag4j.linalg.decompositions.lu.LU.Pivoting
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flag4j.operations.MatrixMultiplyDispatcher.AlgorithmName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flag4j.operations.RealDenseMatrixMultiplyDispatcher.AlgorithmNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flag4j.operations.TransposeDispatcher.Algorithm
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flag4j.util.Axis2D
-
Returns the enum constant of this class with the specified name.
- ValueOfRound(double, int) - Static method in class org.flag4j.util.StringUtils
-
Gets the string representation of a double rounded to the specified precision.
- ValueOfRound(CNumber, int) - Static method in class org.flag4j.util.StringUtils
-
Gets the string representation of a
complex number
rounded to the specified precision. - values - Variable in class org.flag4j.operations.sparse.coo.SparseDataWrapper
-
Non-zero values of the sparse tensor to wrap.
- values() - Static method in enum class org.flag4j.linalg.decompositions.lu.LU.Pivoting
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flag4j.operations.MatrixMultiplyDispatcher.AlgorithmName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flag4j.operations.RealDenseMatrixMultiplyDispatcher.AlgorithmNames
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flag4j.operations.TransposeDispatcher.Algorithm
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flag4j.util.Axis2D
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VEC_COL_ORIENTATION_ERR - Static variable in class org.flag4j.util.ErrorMessages
-
Error message for vector which was expected to be a column vector.
- VEC_ROW_ORIENTATION_ERR - Static variable in class org.flag4j.util.ErrorMessages
-
Error message for vector which was expected to be row vector.
- vecColOrientErrMsg(Shape) - Static method in class org.flag4j.util.ErrorMessages
-
Gets an error message for a vector which was expected to be a column vector but was a row vector.
- vecRowOrientErrMsg(Shape) - Static method in class org.flag4j.util.ErrorMessages
-
Gets an error message for a vector which was expected to be a row vector but was a column vector.
- Vector - Class in org.flag4j.arrays.dense
-
Real dense vector.
- Vector(double...) - Constructor for class org.flag4j.arrays.dense.Vector
-
Creates a vector with specified entries.
- Vector(int) - Constructor for class org.flag4j.arrays.dense.Vector
-
Creates a vector of specified size filled with zeros.
- Vector(int...) - Constructor for class org.flag4j.arrays.dense.Vector
-
Creates a vector with specified entries.
- Vector(int, double) - Constructor for class org.flag4j.arrays.dense.Vector
-
Creates a vector of specified size filled with a specified value.
- Vector(Vector) - Constructor for class org.flag4j.arrays.dense.Vector
-
Creates a vector from another vector.
- Vector(Shape) - Constructor for class org.flag4j.arrays.dense.Vector
-
Creates a vector of the specified shape filled with zeros.
- Vector(Shape, double) - Constructor for class org.flag4j.arrays.dense.Vector
-
Creates a vector of specified size filled with a specified value.
- VectorComparisonsMixin - Interface in org.flag4j.core
-
This interface specifies comparisons which all vectors should implement.
- vectorEquals(double[], double[]) - Static method in class org.flag4j.operations.dense.real.RealDenseEquals
-
Checks if two real dense vectors are equal.
- vectorEquals(double[], double[], int[], int) - Static method in class org.flag4j.operations.dense_sparse.coo.real.RealDenseSparseEquals
-
Checks if a real dense vector is equal to a sparse vector equals.
- vectorEquals(double[], CNumber[], int[], int) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseEquals
-
Checks if a real dense vector is equal to a complex sparse vector equals.
- vectorEquals(CooCVector, CooCVector) - Static method in class org.flag4j.operations.sparse.coo.complex.ComplexSparseEquals
-
Checks if two complex sparse vectors are equal.
- vectorEquals(CooVector, CooCVector) - Static method in class org.flag4j.operations.sparse.coo.real_complex.RealComplexSparseEquals
-
Checks if a real sparse vector and complex sparse vector are equal.
- vectorEquals(CooVector, CooVector) - Static method in class org.flag4j.operations.sparse.coo.real.RealSparseEquals
-
Checks if two real sparse vectors are real.
- vectorEquals(CNumber[], double[], int[], int) - Static method in class org.flag4j.operations.dense_sparse.coo.real_complex.RealComplexDenseSparseEquals
-
Checks if a complex dense vector is equal to a real sparse vector.
- vectorEquals(CNumber[], CNumber[], int[], int) - Static method in class org.flag4j.operations.dense_sparse.coo.complex.ComplexDenseSparseEquals
-
Checks if a complex dense vector is equal to a complex sparse vector.
- VectorManipulationsMixin<TT> - Interface in org.flag4j.core
-
This interface specifies manipulations which all vectors should implement.
- VectorMixin<T,
U, - Interface in org.flag4j.coreV, W, X, TT, UU, WW> -
This interface specifies methods which all vectors should implement.
- VectorNorms - Class in org.flag4j.linalg
-
Utility class for computing norms of vectors.
- VectorNorms() - Constructor for class org.flag4j.linalg.VectorNorms
- VectorOperationsMixin<T,
U, - Interface in org.flag4j.coreV, W, X, TT, UU, WW> -
This interface specifies operations which should be implemented by any vector.
- VectorPropertiesMixin - Interface in org.flag4j.core
-
This interface specifies methods which provide properties of a vector.
- vectorType() - Method in class org.flag4j.arrays.dense.CMatrix
-
Checks what type of vector this matrix is.
- vectorType() - Method in class org.flag4j.arrays.dense.Matrix
-
Checks what type of vector this matrix is.
- vectorType() - Method in class org.flag4j.arrays.sparse.CooCMatrix
-
Checks what type of vector this matrix is.
- vectorType() - Method in class org.flag4j.arrays.sparse.CooMatrix
-
Checks what type of vector this matrix is.
- vectorType() - Method in class org.flag4j.arrays.sparse.CsrCMatrix
-
Checks what type of vector this matrix is.
- vectorType() - Method in class org.flag4j.arrays.sparse.CsrMatrix
-
Checks what type of vector this matrix is.
- vectorType() - Method in interface org.flag4j.core.MatrixPropertiesMixin
-
Checks what type of vector this matrix is.
- View - Class in org.flag4j.linalg.transformations
-
Utility class for generating view matrices.
- View() - Constructor for class org.flag4j.linalg.transformations.View
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form