Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching row, the function returns `-1` (i.e., an invalid index).
* - The `workspace` array is only applicable when an input matrix is stored in column-major order. When the matrix is stored in row-major order, the workspace array is ignored.
*
* @param order - storage layout
Expand Down Expand Up @@ -385,7 +385,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching row, the function returns `-1` (i.e., an invalid index).
* - The `workspace` array is only applicable when an input matrix is stored in column-major order. When the matrix is stored in row-major order, the workspace array is ignored.
*
* @param order - storage layout
Expand Down Expand Up @@ -1191,7 +1191,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching row, the function returns `-1` (i.e., an invalid index).
* - The `workspace` array is only applicable when an input matrix is stored in column-major order. When the matrix is stored in row-major order, the workspace array is ignored.
*
* @param order - storage layout
Expand Down Expand Up @@ -1265,7 +1265,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching row, the function returns `-1` (i.e., an invalid index).
* - The `workspace` array is only applicable when an input matrix is stored in column-major order. When the matrix is stored in row-major order, the workspace array is ignored.
*
* @param order - storage layout
Expand Down Expand Up @@ -3293,7 +3293,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching column, the function returns `-1` (i.e., an invalid index).
*
* @param order - storage layout
* @param M - number of rows in `A`
Expand Down Expand Up @@ -3325,7 +3325,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching row, the function returns `-1` (i.e., an invalid index).
*
* @param order - storage layout
* @param M - number of rows in `A`
Expand Down Expand Up @@ -3435,7 +3435,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching row, the function returns `-1` (i.e., an invalid index).
* - The `workspace` array is only applicable when an input matrix is stored in column-major order. When the matrix is stored in row-major order, the workspace array is ignored.
*
* @param order - storage layout
Expand Down Expand Up @@ -4893,7 +4893,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching column, the function returns `-1` (i.e., an invalid index).
* - The `workspace` array is only applicable when an input matrix is stored in row-major order. When the matrix is stored in column-major order, the workspace array is ignored.
*
* @param order - storage layout
Expand Down Expand Up @@ -4936,7 +4936,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching row, the function returns `-1` (i.e., an invalid index).
* - The `workspace` array is only applicable when an input matrix is stored in column-major order. When the matrix is stored in row-major order, the workspace array is ignored.
*
* @param order - storage layout
Expand Down Expand Up @@ -5010,7 +5010,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching row, the function returns `-1` (i.e., an invalid index).
* - The `workspace` array is only applicable when an input matrix is stored in column-major order. When the matrix is stored in row-major order, the workspace array is ignored.
*
* @param order - storage layout
Expand Down Expand Up @@ -5894,7 +5894,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching row, the function returns `-1` (i.e., an invalid index).
* - The `workspace` array is only applicable when an input matrix is stored in column-major order. When the matrix is stored in row-major order, the workspace array is ignored.
*
* @param order - storage layout
Expand Down Expand Up @@ -5937,7 +5937,7 @@ interface Namespace {
*
* ## Notes
*
* - If the function is provided an empty matrix or if the function is unable to find a search vector, the function returns `-1` (i.e., an invalid index).
* - If the function is provided an empty matrix or if the function is unable to find a matching row, the function returns `-1` (i.e., an invalid index).
* - The `workspace` array is only applicable when an input matrix is stored in column-major order. When the matrix is stored in row-major order, the workspace array is ignored.
*
* @param order - storage layout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static double benchmark( void ) {
double t;
int i;

int64_t ndims = 3;
const int64_t ndims = 3;
int64_t shape[] = { 10, 10, 10 };

t = tic();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static double benchmark( void ) {
int64_t shape[] = { 10, 10, 10 };
int64_t strides[] = { 100, 10, -1 };
int64_t offset = 0;
int64_t ndims = 3;
const int64_t ndims = 3;

t = tic();
for ( i = 0; i < ITERATIONS; i++ ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static double benchmark( void ) {
int64_t shape[] = { 10, 10, 10 };
int64_t strides[] = { 1, 10, 100 };
int64_t offset = 0;
int64_t ndims = 3;
const int64_t ndims = 3;

t = tic();
for ( i = 0; i < ITERATIONS; i++ ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static double benchmark( void ) {
double t;
int i;

int64_t ndims = 3;
const int64_t ndims = 3;
int64_t strides[] = { 1, 10, 100 };

t = tic();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static double benchmark( void ) {
int64_t shape[] = { 10, 10, 10 };
int64_t strides[] = { 1, 10, 100 };
int64_t offset = 0;
int64_t ndims = 3;
const int64_t ndims = 3;

t = tic();
for ( i = 0; i < ITERATIONS; i++ ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static double benchmark( void ) {
int64_t shape[] = { 10, 10, 10 };
int64_t strides[] = { 100, 10, 1 };
int64_t offset = 0;
int64_t ndims = 3;
const int64_t ndims = 3;

t = tic();
for ( i = 0; i < ITERATIONS; i++ ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ static double benchmark( void ) {
double t;
int i;

int64_t ndims = 3;
const int64_t ndims = 3;
int64_t strides[] = { 100, 10, 1 };

t = tic();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var defaults = require( '@stdlib/ndarray/defaults' );

// VARIABLES //

var DEFAULT_ORDER = defaults( 'order' );
var DEFAULT_ORDER = defaults.get( 'order' );


// MAIN //
Expand Down
Loading