Skip to content

Commit

Permalink
added more information regarding the motivation behind the Arr class
Browse files Browse the repository at this point in the history
  • Loading branch information
dsgipe committed Sep 16, 2014
1 parent b5816e7 commit 54bc0b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ array

Array class that performs MATLAB like operations to ease code translations from MATLAB to C/C++
dependencies: lapack

uses: One of the big obstacles holding back companies and engineers from moving to C/C++ is a dependency on MATLAB. Many engineering students have become dependent on MATLAB, but are frustrated with speed and memory obsticles. It is the author's goal, to create an easy method of converting MATLAB code to C/C++ to make use of the significant efficiency improvement.

To do: Create an Init overloaded operator to fill array with a constant, to mimick ones and zeros behavior in MATLAB
create a concatinate function
Determine whether or not [] can be used to concatinate Arr similar to MATLAB

0 comments on commit 54bc0b5

Please sign in to comment.