Giter VIP home page Giter VIP logo

fastmatrix's Introduction

FastMatrix

FastMatrix is an exercise from a college Linear Algebra class, circa 2007.

The FastMatrix class is a math-oriented template C++ class for storing arbitrary sized matrices of arbitrary numeric type (64-bit double precision floating point numbers are used by default to represent real entries). fastMAtrix may also be instantiated with other types such as complex numbers. The goal of the fastMatrix class is to offer a number of common mathematical operations in a reasonably efficient manner.

Copyright 2016 Matthew Bennett, original code 2007

Licensed under MPL 2.0. See LICENSE for details.

Usage Instructions

Library does multiplication, transpose, compute inverse, DFT, FFT, QR factorization, LU decomposition, extract eigenvectors, etc.

Please Read fastMatrix.pdf for details.

Compiling

All you have to do is compile the cpp files using g++ or any ansi standard compiler.

example:

g++ -o fastMatrix *.cpp *.h

Type ./fastMatrix to run it. You may wish to modify main.cpp to experiment with the various features of the fastMatrix class. The interface is documented in fastMatrix.h and within the manual.pdf.

fastmatrix's People

Contributors

twinbee avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.