#include <iostream>
#include <fstream>
#include <octave/config.h>
#include <octave/Matrix.h>
Go to the source code of this file.
Functions | |
void | operator<< (const char *s, const Matrix &i) |
void | operator<< (const std::string &str, const Matrix &i) |
void | operator>> (const char *s, Matrix &i) |
void | operator>> (const std::string &str, Matrix &i) |
void | operator<< (const char *s, const DiagMatrix &i) |
void | operator<< (const std::string &str, const DiagMatrix &i) |
void | operator>> (const char *s, DiagMatrix &i) |
void | operator>> (const std::string &str, DiagMatrix &i) |
void | operator<< (const char *s, const RowVector &i) |
void | operator<< (const std::string &str, const RowVector &i) |
void | operator>> (const char *s, RowVector &i) |
void | operator>> (const std::string &str, RowVector &i) |
void | operator<< (const char *s, const ColumnVector &i) |
void | operator<< (const std::string &str, const ColumnVector &i) |
void | operator>> (const char *s, ColumnVector &i) |
void | operator>> (const std::string &str, ColumnVector &i) |
|
Definition at line 171 of file octaveio.h. Referenced by operator<<(). |
|
Definition at line 158 of file octaveio.h. |
|
Definition at line 127 of file octaveio.h. References operator<<(). |
|
Definition at line 114 of file octaveio.h. |
|
Definition at line 81 of file octaveio.h. References operator<<(). |
|
Definition at line 69 of file octaveio.h. |
|
Definition at line 39 of file octaveio.h. References operator<<(). |
|
Definition at line 27 of file octaveio.h. |
|
Definition at line 192 of file octaveio.h. Referenced by operator>>(). |
|
Definition at line 177 of file octaveio.h. |
|
Definition at line 148 of file octaveio.h. References operator>>(). |
|
Definition at line 133 of file octaveio.h. |
|
Definition at line 104 of file octaveio.h. References operator>>(). |
|
Definition at line 86 of file octaveio.h. |
|
Definition at line 60 of file octaveio.h. References operator>>(). |
|
Definition at line 44 of file octaveio.h. |