Aardvark.Base


IMatrix<'T>

Generic Interface for NxM-dimensional matrix of Type T. The indexer of this interface has arguments of type long.

Instance members

Instance memberDescription
[arg1]
Signature: int64 -> int64
Modifiers: abstract
[()]
Signature: unit -> V2l
Modifiers: abstract
Fork me on GitHub