|
template<typename TDataType , std::size_t TSize1, std::size_t TSize2> |
bool | operator!= (Matrix< TDataType, TSize1, TSize2 > const &First, Matrix< TDataType, TSize1, TSize2 > const &Second) |
|
template<typename TExpressionType , std::size_t TCategory> |
std::ostream & | operator<< (std::ostream &rOStream, AMatrix::MatrixExpression< TExpressionType, TCategory > const &TheMatrix) |
|
template<typename TDataType , std::size_t TSize1, std::size_t TSize2> |
std::istream & | operator>> (std::istream &rIStream, Matrix< TDataType, TSize1, TSize2 > &TheMatrix) |
|
template<typename TDataType , std::size_t TSize1> |
std::istream & | operator>> (std::istream &rIStream, Matrix< TDataType, TSize1, 1 > &TheMatrix) |
|
template<class T > |
std::ostream & | operator<< (std::ostream &rStream, const Profiler< T > &rProfiler) |
|
template std::ostream & | operator<< (std::ostream &, const Profiler< std::chrono::milliseconds > &) |
|
template std::ostream & | operator<< (std::ostream &, const Profiler< std::chrono::microseconds > &) |
|
template std::ostream & | operator<< (std::ostream &, const Profiler< std::chrono::nanoseconds > &) |
|
template<> |
ModifiedShapeFunctions::Pointer | GetShapeFunctionCalculator< 2, 3 > (const Element &rElement, const Vector &rDistance) |
|
template<> |
ModifiedShapeFunctions::Pointer | GetShapeFunctionCalculator< 3, 4 > (const Element &rElement, const Vector &rDistance) |
|
template<size_t TDim, size_t TNumNodes> |
ModifiedShapeFunctions::Pointer | GetShapeFunctionCalculator (const Element &rElement, const Vector &rDistance) |
|
template<typename TDataType , std::size_t TSize1, std::size_t TSize2>
std::istream& Kratos::Internals::operator>> |
( |
std::istream & |
rIStream, |
|
|
Matrix< TDataType, TSize1, TSize2 > & |
TheMatrix |
|
) |
| |
|
inline |
input stream function for matrix using the ublas style for backward compatibility format for a matrix : size1, size2 NOTE: it deosnot support white spaces, tab, etc.