Thyra  Version of the Day
client_support Directory Reference

Files

file  Thyra_UnitTestHelpers.hpp [code]
 Thyra-specific macros for helping to create concrete unit tests.
 

Detailed Description

Client support code for operators (i.e. matrices) and vectors

This directory combines any and all support code related to operator (i.e. matrices), vector spaces, vectors etc. that is geared toward making operator/vector objects easier to use but is totally indepenent of any specific type of vector space, vector, multi-vector, or linear operator implementation. For example, none of the code in this directory depends on the operator_vector/adapter_support code and therefore does not assume a serial or an SPMD environment.