|
|
|
@3550
|
[3550]
|
9 months |
sukyoungryu |
[copyright] Fixed the copyright notices.
|
|
|
|
@3546
|
[3546]
|
9 months |
jmaessen |
Changed Executable api to have no arguments; program arguments are now …
|
|
|
|
@1775
|
[1775]
|
18 months |
jmaessen |
Fix for #125, and uses of // operator where appropriate (and
appropriately …
|
|
|
|
@1771
|
[1771]
|
18 months |
jmaessen |
Implemented opr ||, opr |||, opr //, and opr ///, along with BIG ||,
BIG …
|
|
|
|
@1474
|
[1474]
|
20 months |
jmaessen |
Some code cleanups in SkipList? (occasioned by mention of the code in …
|
|
|
|
@1418
|
[1418]
|
20 months |
chf |
Fixed a copyright notice
|
|
|
|
@1417
|
[1417]
|
20 months |
sukyoungryu |
Fixed broken demo tests by providing more type information.
|
|
|
|
@1112
|
[1112]
|
2 years |
sukyoungryu |
Implemented the new import-statement syntax.
|
|
|
|
@317
|
[317]
|
3 years |
sr155864 |
Cleaned up demos/conjGradWithSparse.fss. Made test_library/Sparse.{fss, …
|
|
|
|
@303
|
[303]
|
3 years |
jm143038 |
Fixed bug with empty ranges---they were being recursively subdivided! …
|
|
|
|
@261
|
[261]
|
3 years |
jm143038 |
Finished refactoring Vectors and Matrices to use method calls for …
|
|
|
|
@255
|
[255]
|
3 years |
jm143038 |
Changed sqrt to opr SQRT throughout. Made appropriate fixes to tests
so …
|
|
|
|
@252
|
[252]
|
3 years |
jm143038 |
Try to pry conjGrad apart into two pieces: Sparse vectors and
matrices, in …
|
|
|
|
@251
|
[251]
|
3 years |
jm143038 |
Cleanup of evaluator/values. We now avoid caching type information in …
|
|
|
|
@247
|
[247]
|
3 years |
jm143038 |
Used explicit DOT rather than juxtaplication in a few places where it
was …
|
|
|
|
@133
|
[133]
|
3 years |
jm143038 |
Backed out changes Sukyoung made to FortressLibrary.fss; I wasn't
testing …
|
|
|
|
@103
|
[103]
|
3 years |
jm143038 |
Make singleton parallel regions not spawn work. This was agitating …
|
|
|
|
@84
|
[84]
|
3 years |
jm143038 |
Cleaned up the library based on Sukyoung's feedback. There's no
longer an …
|
|
|
|
@78
|
[78]
|
3 years |
jm143038 |
Added log, exp; fixed an error message in values/NonPrimitive;
extended …
|
|
|
|
@37
|
[37]
|
3 years |
jm143038 |
Fixed some misfeatures in tuple flattening; still an open question of
how …
|
|
|
|
@31
|
[31]
|
3 years |
jm143038 |
toString() methods!
|
|
|
|
@28
|
[28]
|
3 years |
jm143038 |
Added toString() methods to most fortressLibrary objects; this is used
by …
|
|
|
|
@27
|
[27]
|
3 years |
jm143038 |
Now generates a positive definite matrix, by generating a random …
|
|
|
|
@26
|
[26]
|
3 years |
jm143038 |
First shot at conjugate gradient code.
Note that matrix generation is …
|