We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

NTmatrix C++ Matrix Class

A C++ matrix class for creating matrix objects and easily performing elementary operations between matrix objects including addition, subtraction, multiplication, transposition, and trace.

You’re probably paying too much for cell phone service. Wirefly compares hundreds of plans to help you save. Enter what you need (minutes, data, texts) into Wirefly’s innovative plan comparison tools and see your savings instantly.

Website sourceforge.net/p/ntmatrix/home/Home/
Tags
License
Features
  • Easily create and manage matrix objects in C++
  • Easily define any n x m matrix, with shortcuts for defining identity and diagonal matrices
  • Perform basic operations on and between matrix objects
  • Supports matrix multiplication, multiplication by a scalar, addition and subtraction of matrices and vectors, transposition, trace, and more
  • Interfaces easily with lapack and blas/cblas libraries
  • New features are coming