Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWConvertGenMat<From,To>



Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Synopsis

template <class From, class To>
class RWConvertGenMat;

Description

Class RWConvertGenMat<From,To> converts between RWGenMats with different datatypes. It assumes that there is a conversion operator from
From to To.

Example

Public Constructor

RWConvertGenMat<From,To>(const RWGenMat<From>& M);

Public Member Operator

operator RWGenMat<To>();


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Send mail to report errors or comment on the documentation.