Numerical linear algebra is the intersection of numerical analysis and linear algebra and, more precisely, focuses on practical algorithms for solving on a computer problems of linear algebra.
A norm is a generalization of length and is used to measure the size of a vector or a matrix.
Calc Console is a simple example - calculator that adds two numbers in a terminal. It does all the math by using a Calc library. This library is also available in this package.
This application is written in C++ and built with CMake.
- Installation instructions are in the INSTALL file
- License is in the LICENSE file