Re: [eigen] eigen blas/lapack + suitesparse |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] eigen blas/lapack + suitesparse
- From: Rhys Ulerich <rhys.ulerich@xxxxxxxxx>
- Date: Fri, 17 Jun 2011 14:32:34 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=B1cA/5ldhk/5lk2h0xjcY9s+cMEo0zjuiw1DaW/VkGQ=; b=NUBs42xeomUwnactaavdPU0H9J41zEgnhStb12R8X33Ks4FBQhRt8yoRX6bvgcH8l4 laU/qJQCZ2ownipaPvf/ulAnLTYrUTnbB6xJNpj3sNSIo5OU0gXlEO25jMclGDl+YEaQ pyAenJL0Vx89IKU8USDl4WIs0G9etfz2GmMDw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=nJ1OxI5Zqo+bfsfegcsJEBtx3vGtSDDvCqCKL0dBmgd07U5xgI57GAA3GvemhTCSiR fqNFB9s72GNlGbcuGTnQQNs/9+FrYCd09Pi1GjOwP/X4kYfV/Kv6AwceSKB6dSlwJpMx aVp720kLmjDmuEhMyQ5esZfbR0qayi1OwPpNg=
> Recall that with blas, a negative increment means to loop
> through the vector from the last to the first element. The pointer
> always refers to the first element.
Huh. Never noticed the pointer-always-to-the-first element semantic
before. I apologize for the line noise.
- Rhys