Skip to content

Instantly share code, notes, and snippets.

View jashwanth9's full-sized avatar
:atom:

Jash Madem jashwanth9

:atom:
View GitHub Profile
class Trie:
def __init__(self) -> None:
self.children = {}
self.is_word = False
class DetectBadName:
def __init__(self, bad_words, substitutions) -> None:
self.trie = Trie()
self.sub = substitutions
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at inverse.winxed line 103
Given Matrix:
1 0 0
0 1 0
0 0 1
printing A(output of the program)
0 1 0
9.88131291682493e-324 4.77397246429321e-314 1.71962686253073e-312
0 0 1
jashwanth@jashwanth-XPS-L501X:~/Desktop/GSoC-Parrot/start/parrot-lapack/t/winxed$ winxed dgeev_eve.t
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgeev_eve.t line 10
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgeev_eve.t line 11
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgeev_eve.t line 12
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgeev_eve.t line 13
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgeev_eve.t line 14
1..1
right eigenvectors=
1 0 0
0 1 0
jashwanth@jashwanth-XPS-L501X:~/Desktop/GSoC-Parrot/start/parrot-lapack/t/winxed$ winxed dgeev.t
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgeev.t line 10
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgeev.t line 11
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgeev.t line 12
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgeev.t line 13
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgeev.t line 14
1..1
eigen values=
1+j0 1+j0 1+j0
jashwanth@jashwanth-XPS-L501X:~/Desktop/GSoC-Parrot/start/parrot-lapack/t/winxed$ winxed dgesvd.t
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgesvd.t line 10
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgesvd.t line 11
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgesvd.t line 12
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at dgesvd.t line 13
1..1
Given Matrix:
1 0 0
0 1 0
0 0 1
elements() not implemented in class 'Rosella;Query;Iterable;Map'
current instr.: 'parrot;Rosella;Query;Iterable;Append;has_more' pc 8387 (rosella/query.pir:4388) (rosella/query.winxed:2518)
called from Sub 'parrot;Rosella;Query;Iterable;to_array' pc 5074 (rosella/query.pir:2725) (rosella/query.winxed:1814)
called from Sub 'parrot;Rosella;Harness;TestRun;Factory;create_typed' pc 4796 (rosella/harness.pir:2201) (rosella/harness.winxed:1594)
called from Sub 'parrot;Rosella;Harness;setup_test_run' pc 413 (rosella/harness.pir:221) (rosella/harness.winxed:756)
called from Sub '_block1000' pc 91 ((file unknown):33) (t/harness:6)
called from Sub 'parrot;HLL;Compiler;_block1177' pc 24737 (ext/nqp-rx/src/stage0/HLL-s0.pir:8936)
called from Sub 'parrot;HLL;Compiler;eval' pc 24614 (ext/nqp-rx/src/stage0/HLL-s0.pir:8878)
called from Sub 'parrot;PCT;HLLCompiler;evalfiles' pc 1496 (compilers/pct/src/PCT/HLLCompiler.pir:759)
called from Sub 'parrot;PCT;HLLCompiler;command_line' pc 1721 (compilers/pct/src/PCT/HLLCompiler.pir:
namespace dspsv_func{
const int PRINT_DEBUG_STUFF = 0;
function dspsv_exec(var A,var b,int uplo)
{
var pla = loadlib("linalg_group");
var lapack = loadlib('liblapack.so');
if (lapack == null || !lapack)
namespace dspsv_func{
const int PRINT_DEBUG_STUFF = 0;
function dspsv_exec(var A,var b,int uplo)
{
var pla = loadlib("linalg_group");
var lapack = loadlib('liblapack.so');
if (lapack == null || !lapack)
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:jashwanth9/parrot-lapack.git
[branch "master"]
remote = origin
OUTPUT:
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at LUdecomposition.winxed line 84
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at LUdecomposition.winxed line 85
WARNING: class NumMatrix2D not found at compile time near 'NumMatrix2D' at LUdecomposition.winxed line 86
U=
2 -1 1
0 3 -3
0 0 2