package math
Ordering
- Alphabetic
Visibility
- Public
- All
Value Members
-
object
MatrixWrapper
The
Matrixobject contains pure matrix methods from linear algebra.The
Matrixobject contains pure matrix methods from linear algebra.Complex numbers are represented with two consecutive
Doubles. All matrix data is represented in a single array of arrays. Matricies for most methods have to be square and unitary. -
object
VectorWrapper
The
Vectorobject contains pure vector methods from linear algebra.The
Vectorobject contains pure vector methods from linear algebra.Complex numbers are represented with two consecutive
Doubles. All vector data is represented in a single array.