BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

Problems with Matrix Indexing #290

Closed datang1992 closed 10 years ago

datang1992 commented 10 years ago

A small BLOG program:

fixed RealMatrix a = vstack(0.1); query a[0][0];

Exception exists.

lileicc commented 10 years ago

It is a columnvector. so just single index.

On Wed, Jul 30, 2014 at 1:00 PM, Da Tang notifications@github.com wrote:

Assigned #290 https://github.com/BayesianLogic/blog/issues/290 to @lileicc https://github.com/lileicc.

— Reply to this email directly or view it on GitHub https://github.com/BayesianLogic/blog/issues/290#event-147398509.

lileicc commented 10 years ago

a[0]