Package org.flag4j.arrays
package org.flag4j.arrays
-
ClassDescriptionData record to store an ordered list of integers (i.e., an n-tuple).Pair<T,
V> Data record to store a pair of values (i.e., a 2-tuple).Represents the shape of a multidimensional array (e.g. tensor, matrix, vector, etc.), specifying its dimensions and providing utilities for shape-related ops.TheSmartMatrix
class provides a unified interface for performing operations on matrices of various types without requiring users to know the specific underlying implementation.Data class for storing information for a sparse (CSR or COO) matrix.Data class for storing information for a sparse COO tensor.Data class for storing information for a sparse COO vector.Triple<T>Data record to store a triplet of values (i.e., a 3-tuple).Tuple<T>Data record to store an ordered list of values (i.e., an n-tuple).