-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding checks to ensure that the column rank is not trivially deficie…
…nt in sparse LeastSquares/Ridge/Tikhonov
- Loading branch information
Jack Poulson
committed
Nov 8, 2014
1 parent
05f63e8
commit 2cd9eb3
Showing
4 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
This folder will slowly accumulate various [Vagrantfiles](http://vagrantup.com) | ||
for developing Elemental. For instance, to load a 32-bit development environment | ||
for Elemental within Ubuntu 13.10 (Saucy), simply run: | ||
``cd saucy32; vagrant up``. | ||
for Elemental within Ubuntu 14.04 (Trusty), simply run: | ||
``cd trusty32; vagrant up``. |