MArray Stream I/O
[MArray I/O]

Functions


Detailed Description

Reading from and writing to streams for ltl::MArray.


Function Documentation

template<class Expr >
ostream & operator<< ( ostream &  os,
const ExprBase< Expr, 1 > &  E 
) [related, inherited]

Write a 1-dim ltl::MArray to a stream.

References ltl::ExprNode< A, N >::begin().

template<class Expr >
ostream & operator<< ( ostream &  os,
const ExprBase< Expr, 2 > &  E 
) [related, inherited]

Write a 2-dim ltl::MArray to a stream.

References ltl::ExprNode< A, N >::begin().

template<class Expr >
ostream & operator<< ( ostream &  os,
const ExprBase< Expr, 3 > &  E 
) [related, inherited]

Write a 3-dim ltl::MArray to a stream.

References ltl::ExprNode< A, N >::begin().

template<class Expr >
ostream & operator<< ( ostream &  os,
const ExprBase< Expr, 4 > &  E 
) [related, inherited]

Write a 4-dim ltl::MArray to a stream.

References ltl::ExprNode< A, N >::begin().

template<class Expr >
ostream & operator<< ( ostream &  os,
const ExprBase< Expr, 5 > &  E 
) [related, inherited]

Write a 5-dim ltl::MArray to a stream.

References ltl::ExprNode< A, N >::begin().

template<class Expr >
ostream & operator<< ( ostream &  os,
const ExprBase< Expr, 6 > &  E 
) [related, inherited]

Write a 6-dim ltl::MArray to a stream.

References ltl::ExprNode< A, N >::begin().

template<class Expr >
ostream & operator<< ( ostream &  os,
const ExprBase< Expr, 7 > &  E 
) [related, inherited]

Write a 7-dim ltl::MArray to a stream.

References ltl::ExprNode< A, N >::begin().

template<class T , int N>
istream & operator>> ( istream &  is,
MArray< T, N > &  A 
) [related, inherited]

Read an ltl::MArray from a stream.

Read ltl::FMatrix from ascii stream. Compatible with operator<<.

Read ltl::FVector from ascii stream. Compatible with operator<<.

References ltl::MArray< T, N >::begin(), ltl::MArrayIterConst< T, N >::done(), ltl::MArray< T, N >::maxIndex(), ltl::MArray< T, N >::minIndex(), and ltl::MArray< T, N >::realloc().


Generated on 19 Feb 2015 for LTL by  doxygen 1.6.1