From: Akshay S. <ak...@us...> - 2013-01-27 03:17:36
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "matlisp". The branch, tensor has been updated via dca1995e47f24342e2a8f12fdcbd4b667b76a67e (commit) from 7dc82f982eff648874c67454a6f6e5a947104f3d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit dca1995e47f24342e2a8f12fdcbd4b667b76a67e Author: Akshay Srinivasan <aks...@gm...> Date: Sat Jan 26 19:14:13 2013 -0800 Whitespace cleanup. diff --git a/src/level-2/gemv.lisp b/src/level-2/gemv.lisp index babc897..6c05e2c 100644 --- a/src/level-2/gemv.lisp +++ b/src/level-2/gemv.lisp @@ -119,10 +119,10 @@ Purpose ======= Performs the GEneral Matrix Vector operation given by - -- - - + -- - - + + Y <- alpha * op(A) * x + beta * y - Y <- alpha * op(A) * x + beta * y - and returns y. alpha,beta are scalars, @@ -217,7 +217,7 @@ ======= Returns the GEneral Matrix Vector operation given by - alpha * op(A) * x + beta * y + alpha * op(A) * x + beta * y alpha,beta are scalars, A is a matrix, and x,y are vectors. ----------------------------------------------------------------------- Summary of changes: src/level-2/gemv.lisp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- matlisp |