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 to M=USVH in the SVD.
- ValidateParameters - Class in org.flag4j.util
-
This utility class contains several methods for ensuring a parameter has certain properties.
- ValidateParameters() - Constructor for class org.flag4j.util.ValidateParameters
- value - Variable in class org.flag4j.algebraic_structures.fields.RealFloat32
-
Numerical value of field element.
- value - Variable in class org.flag4j.algebraic_structures.fields.RealFloat64
-
Numerical value of field element.
- value - Variable in class org.flag4j.algebraic_structures.rings.RealInt16
-
Numerical value of field element.
- value - Variable in class org.flag4j.algebraic_structures.rings.RealInt32
-
Numerical value of field element.
- value - Variable in class org.flag4j.algebraic_structures.semirings.BooleanRing
-
Boolean value of field element.
- 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.linalg.ops.dense.field_ops.DenseFieldMatMultDispatcher.AlgorithmNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flag4j.linalg.ops.dense.semiring_ops.DenseSemiRingMatMultDispatcher.AlgorithmNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flag4j.linalg.ops.MatrixMultiplyDispatcher.AlgorithmName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flag4j.linalg.ops.RealDenseMatrixMultiplyDispatcher.AlgorithmNames
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flag4j.linalg.ops.TransposeDispatcher.TransposeAlgorithms
-
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(Complex128, int) - Static method in class org.flag4j.util.StringUtils
-
Gets the string representation of a
Complex128
rounded to the specified precision. - ValueOfRound(Complex64, int) - Static method in class org.flag4j.util.StringUtils
-
Gets the string representation of a
Complex64
rounded to the specified precision. - values - Variable in class org.flag4j.linalg.ops.sparse.coo.CooDataSorter
-
Non-zero values of the sparse tensor to sort.
- 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.linalg.ops.dense.field_ops.DenseFieldMatMultDispatcher.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.linalg.ops.dense.semiring_ops.DenseSemiRingMatMultDispatcher.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.linalg.ops.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.linalg.ops.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.linalg.ops.TransposeDispatcher.TransposeAlgorithms
-
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
-
A dense vector backed by a primitive double array.
- 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.
- Vector(Shape, double[]) - Constructor for class org.flag4j.arrays.dense.Vector
-
Creates a tensor with the specified entries and shape.
- vectorEquals(double[], double[]) - Static method in class org.flag4j.linalg.ops.dense.real.RealDenseEquals
-
Checks if two real dense vectors are equal.
- vectorEquals(double[], double[], int[], int) - Static method in class org.flag4j.linalg.ops.dense_sparse.coo.real.RealDenseSparseEquals
-
Checks if a real dense vector is equal to a sparse vector equals.
- vectorEquals(double[], Complex128[], int[], int) - Static method in class org.flag4j.linalg.ops.dense_sparse.coo.real_complex.RealComplexDenseSparseEquals
-
Checks if a real dense vector is equal to a complex sparse vector equals.
- vectorEquals(Complex128[], double[], int[], int) - Static method in class org.flag4j.linalg.ops.dense_sparse.coo.real_complex.RealComplexDenseSparseEquals
-
Checks if a complex dense vector is equal to a real sparse vector.
- vectorEquals(DenseFieldVectorBase<?, ?, ?, T>, CooFieldVectorBase<?, ?, ?, ?, T>) - Static method in class org.flag4j.linalg.ops.dense_sparse.coo.field_ops.DenseCooFieldEquals
-
Checks if a complex dense vector is equal to a complex sparse vector.
- vectorEquals(CooVector, CooCVector) - Static method in class org.flag4j.linalg.ops.sparse.coo.real_complex.RealComplexSparseEquals
-
Checks if a real sparse vector and complex sparse vector are equal.
- VectorMatrixOpsMixin<T,
U, - Interface in org.flag4j.arrays.backendV> -
This interface specifies operations between a vector and a matrix that a vector should implement.
- VectorMixin<T,
U, - Interface in org.flag4j.arrays.backendV, W> -
This interface specifies methods which all vectors should implement.
- VectorMixinOld<T,
U, - Interface in org.flag4j.arrays.backendV, W, Y> -
This interface specifies operations that a vector should implement.
- VectorNorms - Class in org.flag4j.linalg
-
Utility class for computing norms of vectors.
- VectorNorms() - Constructor for class org.flag4j.linalg.VectorNorms
- vectorType() - Method in interface org.flag4j.arrays.backend.MatrixMixin
-
Checks what type of vector this matrix is.
- vectorType() - Method in interface org.flag4j.arrays.backend.MatrixMixinOld
-
Checks what type of vector this matrix is.
- View - Class in org.flag4j.linalg.transformations
-
Utility class containing static for generating view matrices.
- View() - Constructor for class org.flag4j.linalg.transformations.View
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form