Module flag4j
Package org.flag4j.io
package org.flag4j.io
IO for vector, matrix, and tensor objects.
-
ClassDescriptionUtility class for formatting arrays as human-readable strings.Printing and formating options for tensors, matrices, and vectors.A
TensorInputStream
obtains bytes from a system file using aFileInputStream
containing a serialized tensor, matrix, or vector.A class for writing tensors to a file in various formats.The TensorReader class provides several static methods for reading serialized tensors, matrices, and vectors from a file.The TensorWriter class provides several static methods for writing serialized tensors, matrices, and vectors to a file.