Click here to Skip to main content
15,895,606 members
Home / Discussions / C#
   

C#

 
QuestionType /Namespace error in code Pin
onetreeup30-Apr-09 9:23
onetreeup30-Apr-09 9:23 
AnswerRe: Type /Namespace error in code Pin
S. Senthil Kumar30-Apr-09 9:29
S. Senthil Kumar30-Apr-09 9:29 
GeneralRe: Type /Namespace error in code Pin
onetreeup30-Apr-09 10:14
onetreeup30-Apr-09 10:14 
AnswerRe: Type /Namespace error in code Pin
Luc Pattyn30-Apr-09 9:33
sitebuilderLuc Pattyn30-Apr-09 9:33 
GeneralRe: Type /Namespace error in code Pin
onetreeup30-Apr-09 10:02
onetreeup30-Apr-09 10:02 
GeneralRe: Type /Namespace error in code Pin
Luc Pattyn30-Apr-09 10:12
sitebuilderLuc Pattyn30-Apr-09 10:12 
QuestionMatrix Inversion with C# Pin
Linda Woodard30-Apr-09 9:18
Linda Woodard30-Apr-09 9:18 
AnswerRe: Matrix Inversion with C# Pin
Luc Pattyn30-Apr-09 9:40
sitebuilderLuc Pattyn30-Apr-09 9:40 
Hi,

I'm not familiar with the CSML libraries. AFAIK there are only two ways to get bad results with matrices: using a bad algorithm (e.g. not applying pivots), which I don't expect a library to get wrong; and operating on very peculiar matrix values (as in searching the intersection of two almost parallel lines).

Of course, you may have made some silly mistake somewhere outside the library too, as in performing some operations in lower precision, maybe in integers.
Example: int a=1; int b=2; double c=a/b*100.0; would yield c=0.0; !

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Avoiding unwanted divs (as in "articles needing approval") with the help of this FireFox add-in


AnswerRe: Matrix Inversion with C# Pin
Member 103390730-Apr-09 10:48
Member 103390730-Apr-09 10:48 
GeneralRe: Matrix Inversion with C# Pin
Linda Woodard30-Apr-09 11:18
Linda Woodard30-Apr-09 11:18 
GeneralRe: Matrix Inversion with C# Pin
Linda Woodard4-May-09 3:51
Linda Woodard4-May-09 3:51 
QuestionGel Button in Visual C#..... help needed Guys! Pin
Rajdeep.NET is BACK30-Apr-09 9:14
Rajdeep.NET is BACK30-Apr-09 9:14 
AnswerRe: Gel Button in Visual C#..... help needed Guys! Pin
ricmil4230-Apr-09 10:17
ricmil4230-Apr-09 10:17 
QuestionEmbed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 8:39
sodevrom30-Apr-09 8:39 
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Rajdeep.NET is BACK30-Apr-09 9:01
Rajdeep.NET is BACK30-Apr-09 9:01 
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Giorgi Dalakishvili30-Apr-09 9:02
mentorGiorgi Dalakishvili30-Apr-09 9:02 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 9:06
sodevrom30-Apr-09 9:06 
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Daniel Grunwald30-Apr-09 9:11
Daniel Grunwald30-Apr-09 9:11 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 9:33
sodevrom30-Apr-09 9:33 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
Daniel Grunwald30-Apr-09 9:40
Daniel Grunwald30-Apr-09 9:40 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 11:49
sodevrom30-Apr-09 11:49 
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Rajdeep.NET is BACK30-Apr-09 9:19
Rajdeep.NET is BACK30-Apr-09 9:19 
QuestionCustom Wizard: Is it possible to add a dll reference to a project on creation from a custom wizard? Pin
Jehammon30-Apr-09 6:56
Jehammon30-Apr-09 6:56 
AnswerRe: Custom Wizard: Is it possible to add a dll reference to a project on creation from a custom wizard? Pin
Rolando CC30-Apr-09 7:16
professionalRolando CC30-Apr-09 7:16 
GeneralRe: Custom Wizard: Is it possible to add a dll reference to a project on creation from a custom wizard? Pin
Jehammon30-Apr-09 7:32
Jehammon30-Apr-09 7:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.