Skip to content

feat: add blas/base/drotmg #5022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 15 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fix: update test.ts
Signed-off-by: Shabareesh Shetty <[email protected]>
  • Loading branch information
ShabiShett07 authored Mar 1, 2025
commit 3657ce5ca95c73dffcc1db56cc33fd576b2d1841
3 changes: 3 additions & 0 deletions lib/node_modules/@stdlib/blas/base/drotmg/docs/types/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,7 @@ import drotmg = require( './index' );
drotmg.assign( 1.0, 2.0, 3.0, out ); // $ExpectError
drotmg.assign( 1.0, 2.0, 3.0, out, 1 ); // $ExpectError
drotmg.assign( 1.0, 2.0, 3.0, out, 1, 0, 1 ); // $ExpectError
drotmg.assign( 1.0, 2.0, 3.0, 4.0, out ); // $ExpectError
drotmg.assign( 1.0, 2.0, 3.0, 4.0, out, 1 ); // $ExpectError
drotmg.assign( 1.0, 2.0, 3.0, 4.0, out, 1, 0, 1 ); // $ExpectError
}
Loading