Lines Matching defs:Array
33 class Array
36 Array (void) {}
37 ~Array (void) {}
87 Array<T, Rows*Cols> getRowMajorData (void) const;
88 Array<T, Rows*Cols> getColumnMajorData (void) const;
344 // Initialize from data array.
429 Array<T, Rows*Cols> Matrix<T, Rows, Cols>::getColumnMajorData (void) const
431 Array<T, Rows*Cols> a;
440 Array<T, Rows*Cols> Matrix<T, Rows, Cols>::getRowMajorData (void) const
442 Array<T, Rows*Cols> a;