Package dev.nm.algebra.linear.vector.doubles
-
Interface Summary Interface Description Vector An Euclidean vector is a geometric object that has both a magnitude/length and a direction. -
Class Summary Class Description CombinedVectorByRef For efficiency, this wrapper concatenates two or more vectors by references (without data copying).ImmutableVector This is a read-only view of aVector
instance.SubVectorRef Represents a sub-vector backed by the referenced vector, without data copying.