2#ifndef included_AMP_NewFrozenVectorDesignHelpers
3#define included_AMP_NewFrozenVectorDesignHelpers
5#include "AMP/vectors/Vector.h"
11 std::shared_ptr<AMP::LinearAlgebra::Variable> var );
std::shared_ptr< Vector > shared_ptr
Shorthand for shared pointer to Vector.
AMP::LinearAlgebra::Vector::shared_ptr joinVectors(AMP::LinearAlgebra::Vector::shared_ptr vec1, AMP::LinearAlgebra::Vector::shared_ptr vec2)
AMP::LinearAlgebra::Vector::shared_ptr subsetExceptForVariable(AMP::LinearAlgebra::Vector::shared_ptr inVec, std::shared_ptr< AMP::LinearAlgebra::Variable > var)