numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of get_size class. More...
#include <complex>
#include "num_collect/base/concepts/dense_matrix.h"
#include "num_collect/base/concepts/real_scalar.h"
#include "num_collect/base/index_type.h"
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. | |
Definition of get_size class.
Definition in file get_size.h.