Mercurial > hg > octave-lojdl
comparison liboctave/intNDArray.h @ 5073:e71be9c548f2
[project @ 2004-11-09 18:31:25 by jwe]
author | jwe |
---|---|
date | Tue, 09 Nov 2004 18:31:26 +0000 |
parents | c638c144d4da |
children | e35b034d3523 |
comparison
equal
deleted
inserted
replaced
5072:97b62f0c1bee | 5073:e71be9c548f2 |
---|---|
74 { return intNDArray<T> (MArrayN<T>::squeeze ()); } | 74 { return intNDArray<T> (MArrayN<T>::squeeze ()); } |
75 | 75 |
76 intNDArray transpose (void) const | 76 intNDArray transpose (void) const |
77 { return intNDArray<T> (MArrayN<T>::transpose ()); } | 77 { return intNDArray<T> (MArrayN<T>::transpose ()); } |
78 | 78 |
79 intNDArray concat (const intNDArray<T>& rb, const Array<int>& ra_idx); | |
80 | |
79 intNDArray& insert (const intNDArray<T>& a, int r, int c); | 81 intNDArray& insert (const intNDArray<T>& a, int r, int c); |
80 intNDArray& insert (const intNDArray<T>& a, const Array<int>& ra_idx); | 82 intNDArray& insert (const intNDArray<T>& a, const Array<int>& ra_idx); |
81 | 83 |
82 static void increment_index (Array<int>& ra_idx, | 84 static void increment_index (Array<int>& ra_idx, |
83 const dim_vector& dimensions, | 85 const dim_vector& dimensions, |