comparison liboctave/Array-f.cc @ 8290:7cbe01c21986

improve dense array indexing
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 20 Oct 2008 16:54:28 +0200
parents 4976f66d469b
children 25bc2d31e1bf
comparison
equal deleted inserted replaced
8289:ac7f334d9652 8290:7cbe01c21986
386 386
387 #endif 387 #endif
388 388
389 INSTANTIATE_ARRAY_AND_ASSIGN (float, OCTAVE_API); 389 INSTANTIATE_ARRAY_AND_ASSIGN (float, OCTAVE_API);
390 390
391 INSTANTIATE_ARRAY_ASSIGN (float, int, OCTAVE_API); 391 INSTANTIATE_ARRAY_ASSIGN (float, int, OCTAVE_API)
392 INSTANTIATE_ARRAY_ASSIGN (float, short, OCTAVE_API); 392 INSTANTIATE_ARRAY_ASSIGN (float, short, OCTAVE_API)
393 INSTANTIATE_ARRAY_ASSIGN (float, char, OCTAVE_API); 393 INSTANTIATE_ARRAY_ASSIGN (float, char, OCTAVE_API)
394 394
395 #include "Array2.h" 395 #include "Array2.h"
396 396
397 template class OCTAVE_API Array2<float>; 397 template class OCTAVE_API Array2<float>;
398 398