-
Notifications
You must be signed in to change notification settings - Fork 57
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
Issue understanding matrix layout #17
Comments
Sorry about the confusion. I had to go check the code to be sure. _dense_count = D So it looks like the 0 matrix to the right of J is Dx6 in size, and the size of M is Nx(D+6) rather than NxD. |
@catid Another issue I have with that particular section of documentation is that there are multiple references to an object
|
Good point. I'll improve it tonight after work
…On Tue, Aug 27, 2019, 11:16 PM Orson Peters ***@***.***> wrote:
@catid <https://github.com/catid> Another issue I have with that
particular section of documentation is that there are multiple references
to an object B, however one call it a vector, the other a matrix, and
none of them say what B actually is.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17?email_source=notifications&email_token=AAB5SIP3T47BUN75XGVEDEDQGYJ3TA5CNFSM4IPPMZS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5KALLY#issuecomment-525600175>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB5SIP2WSPLMTHVQEKBNTDQGYJ3TANCNFSM4IPPMZSQ>
.
|
Perhaps also could be added how matrix J is generated. |
You got it.
…On Wed, Aug 28, 2019, 4:31 PM Orson Peters ***@***.***> wrote:
Perhaps also could be added how matrix J is generated.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17?email_source=notifications&email_token=AAB5SIKOZUK5DS32Y6ROYZ3QG4DENA5CNFSM4IPPMZS2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5MYSUA#issuecomment-525961552>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAB5SIPSK3QIGY2IMLSRUGTQG4DENANCNFSM4IPPMZSQ>
.
|
In WirehairCodec.h we find:
My confusion lies in the M, D, J and 0 part. If M is NxD and D is DxN and J is DxD, then J exactly fills the corner between M and D and there should be no room for the 0 part. What gives?
The text was updated successfully, but these errors were encountered: