-
The current logdet implementation in linalg/dense.jl,
```
logdet(A::Matrix) = 2.0 * sum(log(diag(cholfact(A)[:U])))
```
would probably be cleaner if implemented as:
```
logdet(A::Matrix) = logdet(c…
-
第一階段目標:領域的初始探索
這個領域大致在做些什麼?可以舉幾個例子嗎?這個領域還分為什麼子領域(至少舉三個,並做簡單介紹)?
將查到的資料貼過來這裡(或是將自己知道的資訊寫下來),要註明出處
最後整理成一個新的github wiki頁面到[這個group的wiki](https://github.com/tw-sparrowflying/field-investigation-group/w…
-
I am running ED2 pulled from the master branch within the PEcAn Ubuntu environment (running it from the command line as though I'm on a Linux machine). I have successfully completed runs with the ED.r…
-
- Note: I use this issue post as an announcement since our Jekyll website is not authorized (@StefanKarpinski) to release for now and I don't yet have time to update the main website in the master bra…
-
```
What steps will reproduce the problem?
1. run any Java application (use JDK1.6u1 or higher and xmonad with
SetWMName extension to overcome the gray rectangle bug). E.g. run Notepad
demo from demo/…
-
Edit: See below discussion; this issue is now about the specifics of structuring a base quantum repo separate from my own (now called [QuDirac.jl](https://github.com/jrevels/QuDirac.jl)).
Hi all,
I…
-
Originally reported on Google Code with ID 1368
```
From forum:
I have been having the exact same problem! Certain LaTeX expressions work, but other
ones seem to fail, showing a blue box with a quest…
-
From the discussions on Julia-dev, I can see that there have already been some codes for quantum stuffs. It seems to me that all of these codes are just small chunks so that we can easily rewrite and …
-
As per the forum.
I'm trying to run this on OSX Yosemite.
Running
I get the following when run -
Quantum:bin pardonator$ ruby plexReport.rb
/Users/pardonator/Documents/PlexReport/plexReport/bin/mail…
-
In my application there is a need to save and restore the collapse/expand state of the tree. So, what I have is this in the document.ready handler:
```
$(function(){
if (sessionStorage.category_tre…