#include <MSparse.h>
Inherits Sparse< T >.
MSparse< T >::MSparse | ( | octave_idx_type | n, | |
octave_idx_type | m | |||
) | [inline] |
MSparse< T >::MSparse | ( | const dim_vector & | dv, | |
octave_idx_type | nz = 0 | |||
) | [inline] |
MSparse< T >::MSparse | ( | const Array< T > | a, | |
const Array< octave_idx_type > & | r, | |||
const Array< octave_idx_type > & | c, | |||
octave_idx_type | nr = -1 , |
|||
octave_idx_type | nc = -1 , |
|||
bool | sum_terms = true | |||
) | [inline] |
MSparse< T >::MSparse | ( | const Array< T > | a, | |
const Array< double > & | r, | |||
const Array< double > & | c, | |||
octave_idx_type | nr = -1 , |
|||
octave_idx_type | nc = -1 , |
|||
bool | sum_terms = true | |||
) | [inline] |
MSparse< T >::MSparse | ( | octave_idx_type | r, | |
octave_idx_type | c, | |||
T | val | |||
) | [inline, explicit] |
MSparse< T >::MSparse | ( | octave_idx_type | r, | |
octave_idx_type | c, | |||
octave_idx_type | num_nz | |||
) | [inline] |
MSparse<T> MSparse< T >::diag | ( | octave_idx_type | k = 0 |
) | const [inline] |
MSparse<T> MSparse< T >::index | ( | idx_vector & | i, | |
idx_vector & | j, | |||
int | resize_ok | |||
) | const [inline] |
MSparse<T>& MSparse< T >::insert | ( | const Sparse< T > & | a, | |
const Array< octave_idx_type > & | indx | |||
) | [inline] |
Reimplemented from Sparse< T >.
MSparse<T>& MSparse< T >::insert | ( | const Sparse< T > & | a, | |
octave_idx_type | r, | |||
octave_idx_type | c | |||
) | [inline] |
Reimplemented from Sparse< T >.
MSparse<U> MSparse< T >::map | ( | F | fcn | ) | const [inline] |
Reimplemented from Sparse< T >.