#include "AMP/vectors/Vector.h"
Go to the source code of this file.
Namespaces | |
| namespace | AMP |
| namespace | AMP::LinearAlgebra |
| namespace | AMP::LinearAlgebra::VectorHelpers |
Functions | |
| std::vector< Scalar > | AMP::LinearAlgebra::VectorHelpers::L1Norm (std::shared_ptr< const Vector > vec, const std::vector< std::string > &names) |
| Perform multiple L1 norms on vector subsets. | |
| std::vector< Scalar > | AMP::LinearAlgebra::VectorHelpers::L2Norm (std::shared_ptr< const Vector > vec, const std::vector< std::string > &names) |
| Perform multiple L2 norms on vector subsets. | |
| std::vector< Scalar > | AMP::LinearAlgebra::VectorHelpers::localL1Norm (std::shared_ptr< const Vector > vec, const std::vector< std::string > &names) |
| Perform multiple local L1 norms on vector subsets. | |
| std::vector< Scalar > | AMP::LinearAlgebra::VectorHelpers::localL2Norm (std::shared_ptr< const Vector > vec, const std::vector< std::string > &names) |
| Perform multiple local L2 norms on vector subsets. | |
| std::vector< Scalar > | AMP::LinearAlgebra::VectorHelpers::localMaxNorm (std::shared_ptr< const Vector > vec, const std::vector< std::string > &names) |
| Perform multiple local max norms on vector subsets. | |
| std::vector< Scalar > | AMP::LinearAlgebra::VectorHelpers::maxNorm (std::shared_ptr< const Vector > vec, const std::vector< std::string > &names) |
| Perform multiple max norms on vector subsets. | |
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:41. Comments on this page |