Skip to content

Instantly share code, notes, and snippets.

View nakul02's full-sized avatar

Nakul Jindal nakul02

  • San Francisco, CA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am nakul02 on github.
  • I am nakul02 (https://keybase.io/nakul02) on keybase.
  • I have a public key ASDmKc3Sq9sV0W5KU0FSDi5XPaIE07ZN_YEd6nexVdz_Tgo

To claim this, I am signing this object:

@nakul02
nakul02 / bash_output
Created February 26, 2018 19:57
Output from SystemML build on Mac
➜ systemml git:(master) ✗ java -version
java version "1.8.0_151"
Java(TM) SE Runtime Environment (build 1.8.0_151-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
➜ systemml git:(master) ✗ mvn -version
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T00:58:13-07:00)
Maven home: /usr/local/Cellar/maven/3.5.2/libexec
Java version: 1.8.0_151, vendor: Oracle Corporation
Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8

Keybase proof

I hereby claim:

  • I am nakul02 on github.
  • I am nakul02 (https://keybase.io/nakul02) on keybase.
  • I have a public key ASBCl7PrQp76WN-M14YAPX2qWgp11Rr_dSos-pCxRg2QLAo

To claim this, I am signing this object:

X = rand(rows=10, cols=8)
k = 1000
QfromH = function(Matrix[double] H)
return(Matrix[double] Q) {
m = nrow(H);
n = ncol(H);
ones = matrix(1, m, 1);
eye = diag(ones);
Q = eye[,1:n];
@nakul02
nakul02 / elapse.svg
Created September 2, 2016 03:29
Sparse MM
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nakul02
nakul02 / elapse.svg
Created September 2, 2016 03:28
Sparse MV
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nakul02
nakul02 / elapse.svg
Created September 2, 2016 03:27
Dense VV
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nakul02
nakul02 / elapse.svg
Created September 2, 2016 03:27
Dense MM
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@nakul02
nakul02 / elapse.svg
Created July 23, 2016 02:00
[SYSTEMML-701][WIP] Sparse matrix GPU
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.