Code Monkey home page Code Monkey logo

linalg's Introduction

CS32 Final Project: linalg As per version control conventions, please put all commit comments in PRESENT TENSE!

linalg's People

Contributors

jonathanysp avatar

Watchers

James Cloos avatar  avatar Bryce Aebi avatar

linalg's Issues

latex spacing

would it be easier for you to add padding around the latex output or should we create the padding in latex thru vspace/hspace?

also it would be nice to dynamically resize the latex output-size based on the size of the display-box

matrix "sticks" to container edges

definitely not a big issue, but i think it would seem normal if it slid up and down along the walls instead of freezing when it touches one

matrix orientation incorrect

for row-reduce, you are reducing the matrix from left to right, not top to bottom. This may be an issue with some of your other operation... i can't remember

Refactor matrix draw to static functions

It makes more sense that the getLatex methods are static so I've created a new getLatexStatic(matrix) and getCorrectLatex(matrix) functions which can be called statically. Can you guys change all calls so that it is called statically?

step-by-step display bug

bug where if you compute a computation, and then add another piece to the computation and recompute, the original display will not be cleared and the new computation will be appended to the old computation

try:

4 * B
compute
add * B to computation bar
compute

scroll bar doesn't contain entire image

a latex string is too wide for the panel and the scroll bar doesn't allow user to scroll to see the whole thing.

This may not need to be fixed if we implement dynamic latex resizing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.