debug laff code to understand the call laff.gemv("Transpose",1.0,B,a1t,1.0,c1t)
debug done in eclipse..
(forgot to post on time since I was out in the evening)
Tuesday, October 14, 2014
[DAY 29 OF 100] TUESDAY ,14 OCT 2014
1.python
debug laff code to understand the call laff.gemv("Transpose",1.0,B,a1t,1.0,c1t)
partly done..need to work out the calculation by hand first configured in eclipse . added ext src of laff and virtualenv envpy331 which has numpy will debug code later
Monday, October 13, 2014
[DAY 28 OF 100] MONDAY ,13 OCT 2014
Goals for the day :
1.Linear Algebra:
5.3.2 Matrix-Matrix Multiplication by Columns rev
5.3.3 Matrix-Matrix Multiplication by Rows
python ex 5.3.3
Saturday, October 11, 2014
[DAY 27 OF 100] SUNDAY ,12 OCT 2014
Goals for the day :
1.Linear Algebra:
5.3.2 Matrix-Matrix Multiplication by Columns
Homework 5.3.2.3
Homework 5.3.2.4
5.3.3 Matrix-Matrix Multiplication by Rows 3/4th done .rowvec * matrix idea
Friday, October 10, 2014
[DAY 26 OF 100] SATURDAY ,11 OCT 2014
Goals for the day :
1.Linear Algebra:
5.3.2 Matrix-Matrix Multiplication by Columns revision algos worked by hand -dotp based & axpy based