numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
get_size.h File Reference

Definition of get_size class. More...

+ Include dependency graph for get_size.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::base
 Namespace of definitions common in this project.
 

Functions

template<concepts::dense_matrix Matrix>
auto num_collect::base::get_size (const Matrix &matrix) -> index_type
 Get the size.
 
template<concepts::real_scalar T>
auto num_collect::base::get_size (const std::complex< T > &val) -> index_type
 Get the size.
 
template<concepts::real_scalar T>
auto num_collect::base::get_size (const T &val) -> index_type
 Get the size.
 

Detailed Description

Definition of get_size class.

Definition in file get_size.h.