GithubHelp home page GithubHelp logo

kmatlib's Introduction

KMatLib

Tiny matrix calculation library.

The features are as follows.

  1. This library uses the stack instaed of the heap.
  2. This is a simple C++ template library. (in other words, This library is under development ).
  3. In this library, a part written by me is public domain license. (Notice: Obviously Google C++ Unit Testing framework part is the new BSD License. )

By using the stack, high performace can gain compared with ordinary matrix library. This library may adopt for a tiny matrix ( about N <= 10 ) because "stack overflow" may be occur. The stack is so limited resource, then this library cannot handle big matrix.

日本語での説明

このライブラリは小さな行列に対する計算ライブラリです.

次の特徴を持ちます

  1. スタックを用います.(ヒープではなく)
  2. C++テンプレートライブラリでシンプルです.(言い換えれば,機能が限定されていて,開発途上です)
  3. Public Domainライセンスです(もちろん私が書いた部分だけ).利便性のためにGoogle C++ Testing Frameworkのソースを含めていますが,それは当然別ライセンスなのでご注意ください)

スタックを使うことで,通常の行列ライブラリよりは高い性能が得られます.しかし,スタックはヒープと比べるとかなり限られた資源です.気をつけないと,スタックオーバーフローが起こる可能性があります.このライブラリは,N<=10くらいの小さな行列に対してのみ適用することができるでしょう.

oniprog [email protected]

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.