boost系列
文章平均质量分 86
airfer
这个作者很懒,什么都没留下…
展开
-
boost中的range与slice函数简介
1 Range1.1 DescriptionThe class range specifies a range of indicies. The range is a sequence of indices from a start value to stop value. The indices increase by one and exlude the stop value.rang原创 2013-04-20 16:05:37 · 1430 阅读 · 0 评论 -
Boost::ublas::vector 解析
1 Vector1.1 DescriptionThe templated class vector is the basecontainer adaptor for dense vectors. For an-dimensionalvector and0 every elementvi is mapped to thei-thelement of the container.1.原创 2013-04-19 23:35:20 · 3406 阅读 · 0 评论 -
Boost::ublas::vector 之稀疏向量
1 Mapped Vector1.1 DescriptionThe templated class mapped_vector isthe base container adaptor for sparse vectors using element maps. For an-dimensional sparse vector and0 the non-zero elements vi原创 2013-04-20 00:06:46 · 2173 阅读 · 0 评论 -
boost::ubals之vetctor proxies
1 Vector Range1.1 DescriptionThe templated class vector_range allowsaddressing a sub-range of a vector's element.1.2 Example#include //通过range的范围来确定其子向量。#include #include int main () {原创 2013-04-20 16:16:53 · 1021 阅读 · 0 评论 -
boost::ublas之Matrix定义
1 Matrix1.1 DescriptionThe templated class matrix is thebase container adaptor for dense matrices. For a(m xn)-dimensional matrix and 0 , 0 every elementmi,j is mapped to the (i x n + j)-th el原创 2013-04-20 16:42:58 · 6132 阅读 · 0 评论