|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include <complex>#include <fstream>#include <iomanip>#include <iostream>#include <sstream>#include "tlapack/base/utils.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | tlapack |
| Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). | |
Functions | |
| template<TLAPACK_MATRIX matrix_t> | |
| void | tlapack::print_matrix (const matrix_t &A) |
| Prints a matrix a to std::out. | |
| template<TLAPACK_MATRIX matrix_t> | |
| std::string | tlapack::visualize_matrix (const matrix_t &A) |
| Constructs a json string representing the matrix for use with vscode-debug-visualizer. | |
| template<TLAPACK_MATRIX matrix_t> | |
| std::string | tlapack::visualize_matrix_table (const matrix_t &A) |
| Constructs a json string representing the matrix for use with vscode-debug-visualizer. | |
| template<TLAPACK_MATRIX matrix_t> | |
| std::string | tlapack::visualize_matrix_text (const matrix_t &A) |
| Constructs a json string representing the matrix for use with vscode-debug-visualizer. | |
| template<TLAPACK_VECTOR vector_t> | |
| std::string | tlapack::visualize_vector (const vector_t &v) |
| Constructs a json string representing the vector for use with vscode-debug-visualizer. | |