add_line(long i, long j, T coeff) | Matrix< T > | [inline] |
block_copy(T *dest, const T *source, long amount) (defined in Tuple< T >) | Tuple< T > | [inline] |
col_width() const | Table< T > | [inline, protected] |
copy(const Table< T > &that) | Table< T > | [inline] |
Tuple::copy(const Tuple< T > &that) | Tuple< T > | [inline] |
data | Tuple< T > | [protected] |
get_data_from_matrix_list(const list< Matrix< T > > &L) (defined in Matrix< T >) | Matrix< T > | [inline] |
get_data_from_tuple_list(const list< Tuple< T > > &L) (defined in Table< T >) | Table< T > | [inline] |
inverse() const | Matrix< T > | [inline] |
is_invertible() const | Matrix< T > | [inline] |
left | Table< T > | [protected] |
make_identity(long n) (defined in Matrix< T >) | Matrix< T > | [inline] |
Matrix() (defined in Matrix< T >) | Matrix< T > | [inline] |
Matrix(long i, long j) (defined in Matrix< T >) | Matrix< T > | [inline] |
Matrix(const Matrix< T > &that) (defined in Matrix< T >) | Matrix< T > | [inline] |
matrixprod(const Matrix< T > &A, const Matrix< T > &B, Matrix< T > &ans) | Matrix< T > | [friend] |
multiply_line(long i, T coeff) | Matrix< T > | [inline] |
nb_cols | Table< T > | [protected] |
nb_lines | Table< T > | [protected] |
ncols() const | Table< T > | [inline] |
nlines() const | Table< T > | [inline] |
operator *(const T &c) const (defined in Matrix< T >) | Matrix< T > | [inline] |
operator *(const Matrix< T > &that) const | Matrix< T > | [inline] |
operator *=(const Matrix< T > &that) | Matrix< T > | [inline] |
operator *=(const T &c) (defined in Matrix< T >) | Matrix< T > | [inline] |
operator()(long i, long j) | Table< T > | [inline] |
operator()(long i, long j) const (defined in Table< T >) | Table< T > | [inline] |
operator+(const Matrix< T > &that) const | Matrix< T > | [inline] |
operator+=(const Matrix< T > &that) | Matrix< T > | [inline] |
operator-=(const Matrix< T > &that) | Matrix< T > | [inline] |
operator<<(ostream &os, const Table< T > &M) | Table< T > | [friend] |
Tuple::operator<<(ostream &os, const Tuple< T > &M) | Tuple< T > | [friend] |
Tuple::operator<<(ofstream &file, Tuple< T > &M) | Tuple< T > | [friend] |
operator=(const Table< T > &that) | Table< T > | [inline] |
Tuple::operator=(const Tuple< T > &that) | Tuple< T > | [inline] |
operator==(const Tuple< T > &that) const | Tuple< T > | [inline] |
operator>>(ifstream &file, Tuple< T > &M) | Tuple< T > | [friend] |
operator[](long i) | Tuple< T > | [inline] |
operator[](long i) const (defined in Tuple< T >) | Tuple< T > | [inline] |
pdata | Table< T > | [protected] |
readline(long i, const Tuple< T > &line) | Table< T > | [inline] |
resize(long i, long j) | Table< T > | [inline] |
Tuple::resize(long thesize) | Tuple< T > | [inline] |
right | Table< T > | [protected] |
sep | Tuple< T > | [protected] |
set_delim(char theleft, char theright) | Table< T > | [inline] |
set_sep(const char s) | Tuple< T > | [inline] |
size() const | Tuple< T > | [inline] |
steal(Table< T > &that) | Table< T > | [inline] |
Tuple::steal(Tuple< T > &that) | Tuple< T > | [inline] |
swap_lines(long i, long j) | Matrix< T > | [inline] |
Table() | Table< T > | [inline] |
Table(long i, long j) | Table< T > | [inline] |
Table(const Table< T > &that) | Table< T > | [inline] |
Tuple() | Tuple< T > | [inline] |
Tuple(long thesize) | Tuple< T > | [inline] |
Tuple(const Tuple< T > &that) (defined in Tuple< T >) | Tuple< T > | [inline] |
tuple_size | Tuple< T > | [protected] |
write_ptrs() | Table< T > | [inline, protected] |
~Table() | Table< T > | [inline] |
~Tuple() | Tuple< T > | [inline] |