Files
ceres-solver/internal/ceres
Sameer Agarwal 086ff01aca Matrix generation cleanup
1. Convert a CompressedRowSparseMatrix constructor which
takes a TripletSparseMatrix as input into a factory method
which allows the input to be transposed.

2. Move the random matrix creation routine for CompressedRowSparseMatrix
from being a standalone function to a static method.

3. Add a corresponding random matrix generation static method to
TripletSparseMatrix.

4. Add a new constructor to TripletSparseMatrix, which takes as input
the row, col and values arrays.

Change-Id: Iec7b184646818f432a5e6822bea3b2f3128a82aa
2017-05-01 22:53:21 -07:00
..
2016-10-19 04:45:23 -07:00
2015-04-07 14:13:25 -07:00
2017-04-25 01:30:44 +00:00
2017-04-25 01:30:44 +00:00
2015-08-03 12:24:25 -07:00
2017-02-27 15:01:25 -08:00