>> The code was fairly heavily commented
>>
>> I just submitted a new version which simply sets A to the identity
>> matrix and b to 0 1 2 3 4 5...
>> That actually passes! But it only tests the most degenerate case.
>>
>> What you basically want to do is set all values in A and b to some
>> r
Made a few investigation about Docbook editors.
https://help.ubuntu.com/community/DocBookEditors
You can use OpenOffice or lyx, depends what you prefer.
On Mon, Jun 8, 2009 at 5:26 PM, P Zoltan wrote:
> On Mon, 08 Jun 2009 10:42:26 +0200, Jose Luis Galvez Lopez
> wrote:
>
> > I admire and lov
On Mon, 08 Jun 2009 08:14:18 +0200, Alan Grimes
wrote:
> Right now the engine consists of my own matrix and vector classes
> (QuickMatrix and QuickVector). They're fairly robust and a fairly good
> balance between performance and features, ie no dynamic rescaling,
> etc...)
>
I think at th
On Mon, 08 Jun 2009 01:26:34 +0200, Alan Grimes
wrote:
> P Zoltan wrote:
>>> It has two major problems:
>>>
>>> 1. the code to put random values in the matrix and vector has not been
>>> implemented.
>
>> Easy to fix, but I have no idea what is going on there; maybe you
>> should
>> documen
On Mon, 08 Jun 2009 10:42:26 +0200, Jose Luis Galvez Lopez
wrote:
> I admire and love the hackers, but I'm clumsy and a mere mortal... I
> refer to the help manual that appears when you press F1.
>
Sorry, I made a confusion with the Ktechlab Handbook, which existed in
the old wiki, a pdf
I admire and love the hackers, but I'm clumsy and a mere mortal... I refer to
the help manual that appears when you press F1.
It looks obvious to you but not for me:
1. get the handbook: Where is that handbook? I could not find either on my own
computer.
2. translate it: What program I must use
Right now the engine consists of my own matrix and vector classes
(QuickMatrix and QuickVector). They're fairly robust and a fairly good
balance between performance and features, ie no dynamic rescaling, etc...)
The class Matrix is a much refactored version of what I found when I
started hacking o