mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
doc tweak
This commit is contained in:
parent
4e36eacca8
commit
baf4eb76dc
1 changed files with 2 additions and 1 deletions
|
@ -1177,7 +1177,8 @@ function add_scalar(v,s) =
|
||||||
// Description:
|
// Description:
|
||||||
// Extracts the entries listed in idx from each entry in M. For a matrix this means
|
// Extracts the entries listed in idx from each entry in M. For a matrix this means
|
||||||
// selecting a specified set of columsn. If idx is a number the return is a vector, otherwise
|
// selecting a specified set of columsn. If idx is a number the return is a vector, otherwise
|
||||||
// it is a list of lists (the submatrix).
|
// it is a list of lists (the submatrix). Note that unlike subindex, even if you give a number for
|
||||||
|
// an index the output includes all levels of list nesting.
|
||||||
// Arguments:
|
// Arguments:
|
||||||
// M = The given list of lists.
|
// M = The given list of lists.
|
||||||
// idx = The index, list of indices, or range of indices to fetch.
|
// idx = The index, list of indices, or range of indices to fetch.
|
||||||
|
|
Loading…
Reference in a new issue