Boost logo

Ublas :

Subject: [ublas] doc errors
From: keith.briggs_at_[hidden]
Date: 2010-05-19 08:12:50


At http://www.boost.org/doc/libs/1_43_0/libs/numeric/ublas/doc/matrix_sparse.htm, "matrices" is several times misspelt as "matricies".

These two statements seem to be in conflict:

The templated class compressed_matrix<T, F, IB, IA, TA> is the base container adaptor for compressed matrices.
The templated class coordinate_matrix<T, F, IB, IA, TA> is the base container adaptor for compressed matrices.

Keith