Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 721 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 721 Bytes

Numerical Linear Algebra

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.

Matrix Norms, Sequences, and Series

A norm is a generalization of length and is used to measure the size of a vector or a matrix.

Calc Console

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.

More information

  • Installation instructions are in the INSTALL file
  • License is in the LICENSE file