All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Static Public Member Functions | Private Types
Xpetra::MatrixFactory2< double, int, int > Class Template Reference

#include <Xpetra_MatrixFactory.hpp>

List of all members.

Static Public Member Functions

static RCP< MatrixBuildCopy (const RCP< const Matrix > A)

Private Types

typedef double Scalar
typedef int LocalOrdinal
typedef int GlobalOrdinal
typedef Matrix< double, int,
GlobalOrdinal >::node_type 
Node

Detailed Description

template<>
class Xpetra::MatrixFactory2< double, int, int >

Definition at line 197 of file Xpetra_MatrixFactory.hpp.


Member Typedef Documentation

typedef double Xpetra::MatrixFactory2< double, int, int >::Scalar [private]

Definition at line 198 of file Xpetra_MatrixFactory.hpp.

typedef int Xpetra::MatrixFactory2< double, int, int >::LocalOrdinal [private]

Definition at line 199 of file Xpetra_MatrixFactory.hpp.

typedef int Xpetra::MatrixFactory2< double, int, int >::GlobalOrdinal [private]

Definition at line 200 of file Xpetra_MatrixFactory.hpp.

typedef Matrix<double, int, GlobalOrdinal>::node_type Xpetra::MatrixFactory2< double, int, int >::Node [private]

Definition at line 201 of file Xpetra_MatrixFactory.hpp.


Member Function Documentation

Teuchos::RCP< Xpetra::Matrix< double, int, int > > Xpetra::MatrixFactory2< double, int, int >::BuildCopy ( const RCP< const Matrix A) [static]

Definition at line 54 of file Xpetra_MatrixFactory.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines