Ryan Curtin
12d0a5ff65
Did not mean to commit this minor change; it turned out to be unnecessary
2010-05-20 16:26:50 +00:00
Ryan Curtin
1b0b1187c3
When a user enters no parameters or -h, fake it so FX thinks the user is asking for help.
...
The mere fact that I needed to do THIS to make it work... I have no words.
2010-05-20 16:23:48 +00:00
(no author)
3192e2985d
-
(no author)
8810e2fff9
-
(no author)
09192a046a
-
(no author)
4f095fddfd
-
(no author)
16fae3f325
-
(no author)
36d37a7b47
-
(no author)
e242f93aba
-
(no author)
1afacc41cf
-
(no author)
2a87a0fe48
-
(no author)
c4e3a197c9
-
(no author)
a7fea275a6
-
(no author)
a2231b6d33
-
(no author)
367d8b97f9
-
(no author)
38bb8dc90f
-
(no author)
826236eac8
-
(no author)
01a36b1752
-
(no author)
63b9519b86
-
(no author)
a1e7a16612
-
(no author)
aabf873550
-
(no author)
0013410f93
-
(no author)
17bbb7bc6c
-
(no author)
d715ce54cd
-
(no author)
3145a0a747
-
(no author)
29f385a0b3
-
(no author)
1cdf3afc4d
-
(no author)
0be9463c9b
-
Ryan Curtin
55237a2f79
Link against mlpack and Trilinos
2010-05-17 22:46:29 +00:00
(no author)
1edafcf7b8
-
James Cline
ccd36d7c6d
Sped up slightly. "Safer" code.
2010-05-17 19:21:41 +00:00
James Cline
ff4692e96d
Switched MinHeap to use std::vector.
...
It is now basically a wrapper for std::push_heap, std::pop_heap.
The speed tests I did indicated similar performance to the previous version, though more testing could be done on a machine with more RAM.
2010-05-17 15:03:00 +00:00
(no author)
d42ed02c2b
-
(no author)
c17a1ce332
-
(no author)
97e5eecdff
-
(no author)
8debca9199
-
(no author)
b0e2d1c477
-
(no author)
561ae3904b
-
Dongryeol Lee
f640752d28
Attempt to compile boost unit test.
2010-05-15 15:36:54 +00:00
(no author)
f22ea0e57b
-
(no author)
bd3aa159d8
-
(no author)
0580fb53cc
-
(no author)
989968aae2
-
Ryan Curtin
b51f48ee53
Unfortunately, CMake won't work at all if it's being told to configure directories that no longer exist, so I commented out the directories removed in r5575 so it won't freak out anymore.
...
Maybe there is a configuration option where it will ignore directories that don't exist?
2010-05-14 22:15:57 +00:00
Dongryeol Lee
ee59960be8
Restarting KDE.
2010-05-14 22:09:18 +00:00
Ryan Curtin
ae7c0f1f37
I'm pretty sure the user is aware of what they typed. Don't echo it when they type --help.
2010-05-14 19:25:34 +00:00
Ryan Curtin
944fedb1fe
Fix calls to TKdTree assembly methods; replace ArrayLists with arma::vec for what are essentially fixed-size arrays (ArrayLists were unnecessary for the application)
2010-05-14 16:26:35 +00:00
Ryan Curtin
799ca87ffa
Update TKdTree methods to use armadillo vector and matrix instead of GenVector and GenMatrix. I also removed unnecessary uses of ArrayList, replacing with arma::vec where possible.
2010-05-14 16:25:40 +00:00
(no author)
c6ace5b6a9
-
(no author)
ae70f66d1e
-