GNU Scientific Library - Bugs: bug #43902, Make the vector write example...
You are not allowed to post comments on this tracker with your current authentication level.
bug #43902: Make the vector write example consistent with the vector read example.
Submitter: | Patrick Alken <psa> | ||
Submitted: | Mon 29 Dec 2014 08:42:52 PM UTC | ||
Category: | None | Severity: | 3 - Normal |
Operating System: | Status: | None | |
Assigned to: | None | Open/Closed: | Open |
Release: |
Attached Files
file #32730: 0001-Make-the-vector-write-example-consistent-with-the-ve.patch added by psa (1KiB - text/x-patch)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2014-12-29 | psa | Attached File | - | ![]() |
Added 0001-Make-the-vector-write-example-consistent-with-the-ve.patch, #32730 |
from apw =at= seas =dot= harvard =dot= edu
In the vector write example program we allocate and write out a
100-dimensional vector, while in the vector read example program we
allocate and read in a 10-dimensional vector.
Fix this problem by making the vector write example operate on
a 10-dimensional vector.