Uses of Interface
io.bhagat.math.linearalgebra.VectorSpace.VectorSpacable
-
Packages that use VectorSpace.VectorSpacable Package Description io.bhagat.math.linearalgebra A package for storing linear algebra -
-
Uses of VectorSpace.VectorSpacable in io.bhagat.math.linearalgebra
Classes in io.bhagat.math.linearalgebra with type parameters of type VectorSpace.VectorSpacable Modifier and Type Class Description classVectorSpace<E extends VectorSpace.VectorSpacable<E>>Fields in io.bhagat.math.linearalgebra declared as VectorSpace.VectorSpacable Modifier and Type Field Description private E[]VectorSpace. basisConstructors in io.bhagat.math.linearalgebra with parameters of type VectorSpace.VectorSpacable Constructor Description VectorSpace(E... basis)
-