Searched defs:MatrixMN (Results 1 – 2 of 2) sorted by relevance
17 pub type MatrixMN<R> = Matrix<R, Owned<R>>; typedef33 impl<R> Storable for MatrixMN<R> implementation44 impl<R> JsBufferView for [MatrixMN<R>] implementation55 impl<R> JsBufferView for MatrixMN<R> where DefaultAllocator: Allocator<R> {} implementation
123 type MatrixMN<N, R, C> = Matrix<N, R, C, Owned<N, R, C>>; typedef