ViennaCL - The Vienna Computing Library  1.5.2
Namespaces | Functions
viennacl/linalg/norm_frobenius.hpp File Reference

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

namespace  viennacl
 

Main namespace in ViennaCL. Holds all the basic types such as vector, matrix, etc. and defines operations upon them.


namespace  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)

Detailed Description

Generic interface for the Frobenius norm.