comparison src/ov-base.h @ 8916:a2878ba31a9e

add diag & perm matrix query methods to octave_value
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 06 Mar 2009 12:00:11 +0100
parents 767ed8cc6634
children eb63fbe60fab
comparison
equal deleted inserted replaced
8915:485eabc0cfec 8916:a2878ba31a9e
393 virtual SparseMatrix sparse_matrix_value (bool = false) const; 393 virtual SparseMatrix sparse_matrix_value (bool = false) const;
394 394
395 virtual SparseComplexMatrix sparse_complex_matrix_value (bool = false) const; 395 virtual SparseComplexMatrix sparse_complex_matrix_value (bool = false) const;
396 396
397 virtual SparseBoolMatrix sparse_bool_matrix_value (bool = false) const; 397 virtual SparseBoolMatrix sparse_bool_matrix_value (bool = false) const;
398
399 virtual DiagMatrix diag_matrix_value (bool = false) const;
400
401 virtual FloatDiagMatrix float_diag_matrix_value (bool = false) const;
402
403 virtual ComplexDiagMatrix complex_diag_matrix_value (bool = false) const;
404
405 virtual FloatComplexDiagMatrix float_complex_diag_matrix_value (bool = false) const;
406
407 virtual PermMatrix perm_matrix_value (void) const;
398 408
399 virtual octave_int8 int8_scalar_value (void) const; 409 virtual octave_int8 int8_scalar_value (void) const;
400 410
401 virtual octave_int16 int16_scalar_value (void) const; 411 virtual octave_int16 int16_scalar_value (void) const;
402 412