ViennaCL - The Vienna Computing Library
1.5.2
|
Generic interface for the Frobenius norm. More...
#include <cmath>
#include "viennacl/forwards.h"
#include "viennacl/tools/tools.hpp"
#include "viennacl/meta/enable_if.hpp"
#include "viennacl/meta/tag_of.hpp"
Go to the source code of this file.
Namespaces | |
viennacl | |
Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them. | |
viennacl::linalg | |
Provides all linear algebra operations which are not covered by operator overloads. | |
Functions | |
template<typename NumericT , typename F > | |
scalar_expression< const matrix_base< NumericT, F > , const matrix_base< NumericT, F >, op_norm_frobenius > | norm_frobenius (const matrix< NumericT, F > &A) |
Generic interface for the Frobenius norm.