#include "oct-cmplx.h"#include "lo-mappers.h"#include "lo-ieee.h"#include "Array.h"#include "Sparse.h"#include "Sparse.cc"Go to the source code of this file.
Functions | |
| template std::istream & | read_sparse_matrix< Complex > (std::istream &is, Sparse< Complex > &a, Complex(*read_fcn)(std::istream &)) |
| template<> | |
| bool | sparse_ascending_compare< Complex > (const Complex &a, const Complex &b) |
| template<> | |
| bool | sparse_descending_compare< Complex > (const Complex &a, const Complex &b) |
| template std::istream & read_sparse_matrix< Complex > | ( | std::istream & | is, |
| Sparse< Complex > & | a, | ||
| Complex(*)(std::istream &) | read_fcn | ||
| ) |
| bool sparse_ascending_compare< Complex > | ( | const Complex & | a, |
| const Complex & | b | ||
| ) |
Definition at line 49 of file Sparse-C.cc.
| bool sparse_descending_compare< Complex > | ( | const Complex & | a, |
| const Complex & | b | ||
| ) |
Definition at line 58 of file Sparse-C.cc.