Classes | Namespaces | Defines
PlayaVectorSpaceDecl.hpp File Reference

Go to the source code of this file.

Classes

class  Playa::VectorSpace< Scalar >

Namespaces

namespace  Playa
 

Playa is a collection of high-level objects for linear algebra.


Defines

#define PLAYA_CHECK_SPACES(space1, space2)

Define Documentation

#define PLAYA_CHECK_SPACES (   space1,
  space2 
)
Value:
TEUCHOS_TEST_FOR_EXCEPTION(!space1.isCompatible(space2), std::runtime_error, \
    "incompatible spaces " << space1 << " and " << space2)

Definition at line 130 of file PlayaVectorSpaceDecl.hpp.

Referenced by Playa::Vector< Scalar >::dot(), and Playa::Vector< Scalar >::operator*().

Site Contact